(A) %
(B) $
(C) =0
(D) !
Tag: C++ Programming
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