Contents

Each statement in a C program should end with?
a) Semicolon;                     
b) Colon :
c) Period . (dot symbol)     
d) None of these

a

Explanation: e.g
int amount = 10;
float a,b;


In which language there is only one meaning of each instruction?
a) Programming               
b) Natural
c) Symbolic                          
d) Numeric

a

Who does not understand natural of programming language directly?
a) Compiler                        
b) Monitor
c) Director/Manager
d) User

a

Which function is compulsory in every C program?
a) pritnf()                              
b) printf
c) main()                              
d) main

c

What is C program?
a) Structures                        
b) 
Group of functions
c) Group of codes               
d) Group of instructions

d

In documentation every sentence is put between what?
a) <* *>                                                
b) /* */
c) (**)                                   
d) [**]

b