R4RIN
Articles
Java 8
MCQS
C/C MCQ Quiz Hub
Advanced c multiple choice question(MCQS)
Choose a topic to test your knowledge and improve your C/C skills
1. Select one of the following is not valid for the variable name…
abc
ABC
_abc
Abc
2. …. is the keyword of C++
include
main
main
define
3. In the program the unique name are used that called…
tokens
variables
keywords
identifiers
4. which symbols are used for making decision in flowchart….
sequence
selecion
iteration
program
5. C++ introduced in…
1998
1997
1931
1934
6. errors accur in the program are caleed…
logic
syntax
bugs
all of these
7. In the program the word Main means…
keywords
use defined identifier
standarad identifier
none of these
8. Which of the following is true for the used of escape sequence…
independently enclosed in single quotes
inside string constant
independently enclosed in double quotes
all of these
9. Which of the following value a function return…
only one
more than one
according to statement
double
10. …….. operator is used to allocate the memory of an object…
delete
*
$
new
11. Function that is not used for string is…
strcspn
strspn
strstr
strnicmp
Submit