Tag | CPP Programming

MCQ of C/C++ Programming Language – Set 7

MCQ of C/C++ Programming Language – Set 7

This is another set of MCQ Question on the topic MCQ of C/CPP Programming. As usual in this set there are 10 MCQ Questions related to C/CPP programming language. Correct answer of this MCQ questions are given below of this question set. Multiple Choice Questions of C, C++ Programming Language 7-1 Which of the following […]

Continue Reading

MCQ of C/C++ Programming Language – Set 6

MCQ of C/C++ Programming Language – Set 6

This is the another set of Multiple Choice Questions of C/C++ Programming Language. Here in this set you will get 10 MCQ questions related to C or C++ programming language and four options to each questions, only one options is correct answer. First select your answer and tally with the correct answer which is given […]

Continue Reading

MCQ of C/C++ Programming Language – Set 5

5.1  By default, members of a C++ class are: a.  Private b.  Public c.  Protected d.  None of the above 5.2  Which of the following statements is true in C++? a.  A struct cannot have member functions. b.  A struct cannot have private members.     

Continue Reading

MCQ of C/C++ Programming Language – Set 4

4.1  Which of the following function that must contain in all C++ programs? a. start() b. system() c. main() d. program() 4.2  What punctuation must use to end the code C/C++ expression statement? a. . (dot) b. ; (semi-colon)    

Continue Reading

MCQ of C/C++ Programming Language – Set 3

3.1 “C

Continue Reading

MCQ of C/C++ Programming Language – Set 2

2-1. A constructor is called whenever A.  a object is declared B.  an object is used C.  a class is declared D.  a class is used 2-2. Overload function in C++ A.  a group function with the same name B.  all have the same number and type of arguments 

Continue Reading

error: Content is protected !!