Which of the following is used to indicate the start and end of
code block?
a) {}
b) (and)
c) BEG and END
d) > and <
C++ statements ends with a ………
a) period
b) comma
c) semicolon
d) single quote
The semicolon used at the end of C++ statement is called?
a) statement terminator
b) end of statement
c) go statement
d) statement pointer
What does his code print on screen? Cout<<” hello”;
a) Hello
b) hello
c) HELLO
d) nothing
Turbo C++ can compile……
a) c programs only
b) C and C++ programs
c) turbo C programs only
d) turbo C++ programs only
An IDE typical consist of………….
a) text editor
b) compiler
c) debugger
d) all of these