Contents

Which of the following is used to indicate the start and end of code block?
a) {}                                       
b) (and)
c) BEG and END
d) > and <

a

C++ statements ends with a ………
a) period                                               
b) comma
c) semicolon                        
d) single quote

c

The semicolon used at the end of C++ statement is called?
a) statement terminator   
b) end of statement
c) go statement   
d) statement pointer

a

What does his code print on screen? Cout<<” hello”;
a) Hello                                 
b) hello
c) HELLO                            
d) nothing

b

Turbo C++ can compile……
a) c programs only
b) C and C++ programs
c) turbo C programs only  
d) turbo C++ programs only

b

An IDE typical consist of………….
a) text editor                        
b) compiler
c) debugger                          
d) all of these

d