(A) %
(B) $
(C) =0
(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.
Where are the string stored?
(A) Heap
(B) Stack
(C) Block
(D) Both A & B
Which is used to check the error in the block in exception handling?
(A) try
(B) catch
(C) handler
(D) throw
How many parameters does the throw expression can have?
(A) 01
(B) 02
(C) 03
(D) 04
Which block should placed after try block?
(A) Throw
(B) Catch
(C) Either throw or catch
(D) None of the above
How many types of execution handling in C++?
(A) 01
(B) 02
(C) 03
(D) 04
How many types of Macros are there in C++?
(A) 01
(B) 02
(C) 03
(D) 04
Which keyword is used to define the macros in C++?
(A) define
(B) macro
(C) #define
(D) #typedef