Contents

The correct syntax of main function is/are.
a) main () []                                          

b) main () {}
c) {} main ()                                         

d) [] main ()

b

What is an identifier?
a) name of constant          

b) data type of constant
c) value of constant                           

d) none of these

a

The words that are used by the language for special purpose is called.
a) keywords                                         

b) reserve words
c) both a & b                                       

d) mnemonics

c

How many parts are there in C program?
a) one                                                    

b) two
c) three                                 

d) four

c

(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

a

The preprocessor directives normally start with……symbol.
a) @      

b) #                        

c) &                       

d) $

b