Each statement in a C program should end with?
a) Semicolon;
b) Colon :
c) Period . (dot symbol)
d) None of these
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
Who does not understand natural of programming language directly?
a) Compiler
b) Monitor
c) Director/Manager
d) User
Which function is compulsory in every C program?
a) pritnf()
b) printf
c) main()
d) main
What is C program?
a) Structures
b) Group of functions
c) Group of codes
d) Group of instructions
In documentation every sentence is put between what?
a) <* *>
b) /* */
c) (**)
d) [**]