Topicwise MCQs on C++ Programming

If you are a Computer Science Engineer then this section is for you. This section focus on all topics of the C++ Programming subject. These questions will help you to prepare for interviews, entrance exams, online tests, and semester exams. This also helps you to understand C++ Programming deeply. Here, You can practice these MCQs chapter-wise for FREE.

1. C++ Programming MCQs on Basics & OOPs Concepts

This part contains C++ Programming multiple-choice questions and answers on basics, OOPs concepts, c++ concepts, and static constant keyword.

  • C++ Basics
  • OOPs Concept Part-1
  • OOPs Concept Part-2
  • OOPs Concept Part-3
  • OOPs Concept Part-4
  • C++ Concepts Part-1
  • C++ Concepts Part-2
  • Static Constant Keyword



  • 2. C++ Programming MCQs on Types, Pointers & Arrays

    This part contains C++ Programming multiple-choice questions and answers on integer, float, character and boolean types, arrays, pointers and references.

  • C++ Types
  • C++ Booleans
  • C++ Integer and Character Types
  • C++ Floating Point Types
  • C++ Void
  • C++ Enumerations
  • C++ Pointers
  • C++ Arrays
  • C++ References Part-1
  • C++ References Part-2
  • C++ References Part-3
  • C++ Pointer to Void
  • C++ Character Classification



  • 3. C++ Programming MCQs on Functions

    This part contains C++ Programming multiple-choice questions and answers on function declaration and overloading, operators and statements, macros and arguments.

  • C++ Operators
  • C++ Statements
  • C++ Function Declarations
  • C++ Functions
  • C++ Argument Passing
  • C++ Overloaded Function Names
  • C++ Default Arguments
  • Pointer to Function
  • C++ Macros