Contents

Which of the following symbol is used for multi-line comment?
a) @....@                              
b) //……//
c) /*……*/                           
d) /*………/*

c

Explanation: multi-line comment start with slash asterisk and end with asterisk slash


Which of the following symbol is used as statement terminator in C++ program?
a) colon (:)                           
b) semicolon (;)
c) comma (,)                        
d) none of these

b

Which of the following symbol inform the compiler to search the compilers include directory for specified file?
a) < >      
b) ()                        
c) “”                       
d) {}

a

What is the abbreviation of IDE?
a) internal development environment
b) inner development environment
c) integrated development environment     
d) none of these

c

Which of the following command is used to reopen a saved program in Dev-C++?
a) ctrl + n                              
b) ctrl + p
c) ctrl + o                             
d) ctrl + m

c