The correct syntax of main function is/are.
a) main () []
b) main () {}
c) {} main ()
d) [] main ()
What is an identifier?
a) name of constant
b) data type of constant
c) value of constant
d) none of these
The words that are used by the language for special purpose is called.
a) keywords
b) reserve words
c) both a & b
d) mnemonics
How many parts are there in C program?
a) one
b) two
c) three
d) four
(Preprocessor directives, The main () function, body {} of main)
The instruction given to the compiler before the beginning of actual program is called.
a) preprocessor directive
b) keywords
c) mnemonics
d) reserve words
The preprocessor directives normally start with……symbol.
a) @
b) #
c) &
d) $