errors accur in the program are caleed…
1.logic
2.syntax
3.bugs
4.all of these
Function that is not used for string is…
1.strcspn
2.strspn
3.strstr
4. strnicmp
In the program the unique name are used that called…
1.tokens
2.variables
3.keywords
4.identifiers
Which of the following value a function return…
1. only one
2.more than one
3.according to statement
4.double
…. is the keyword of C++
1.include
2.main
3.main
4.define
…….. operator is used to allocate the memory of an object…
1.delete
2.*
3.$
4.new
C++ introduced in…
1.1998
2.1997
3.1931
4.1934
In the program the word Main means…
1.keywords
2.use defined identifier
3.standarad identifier
4.none of these
Select one of the following is not valid for the variable name…
1.abc
2.ABC
3._abc
4.Abc
Which of the following is true for the used of escape sequence…
1. independently enclosed in single quotes
2.inside string constant
3.independently enclosed in double quotes
4.all of these
which symbols are used for making decision in flowchart….
1.sequence
2.selecion
3.iteration
4.program