(A) :
(B) ,
(C) ;
(D) ::
Category: C++ Programming Mcqs
C++ Programming Mcqs for Screening tests, Interviews, Viva and Other competitive exams. C++ Programming Mcqs section will help users to prepare mcqs of C++ Programming for various exams. Aspirants of Lecturer Computer Science, SST Computer Science, Subject Specialist Computer Science, Data Entry operator, Computer Programmer, Computer Operator, Software engineer and all other Competitive Exams can prepare their C++ programming portion from here.
Which of the following symbol is used to donate a pre-processor statement?
(A) %
(B) $
(C) #
(D) @
Void occupy how many bytes in memory?
(A) 0
(B) 1
(C) 2
(D) 4
Int a[]={5,67,8,9}, what is the value of a[3]?
(A) 6
(B) 7
(C) 8
(D) 9
An exception in C++ can be generated using which keywords?
(A) catch
(B) throw
(C) threw
(D) throws
The constants are also called as?
(A) pre-processor
(B) const
(C) literals
(D) None of the above
Which is the only function call C++ programs must contain?
(A) main function
(B) inline function
(C) start function
(D) new function
Which of the following is important in a function?
(A) Function_name
(B) Return_type
(C) Parameter
(D) Both A & B