C Language - Keywords

You Are Here :: Home > C Language > Keywords - General Questions

 
1.

We can insert pre written code in a C program by using                          


A. #read B. #get
C. #include D. #put




2.

Break statement is used for    

A. Quit a program B. Quit the current iteration
C. Both of above D. None of above




3.

Continue statement used for  ?

A. To continue to the next line of code B. To stop the current iteration and begin the next iteration from the beginning
C. To handle run time error D. None of above




4.

Due to variable scope in c

A. Variables created in a function cannot be used another function B. Variables created in a function can be used in another function
C. Variables created in a function can only be used in the main function D. None of above




5.

Which of the following below is/are valid C keywords

A. integer B. int
C. floating D. null




6.

total number of keywords in C are

A. 30 B. 32
C. 48 D. 132




1

2

3

4

5

6

next »

 
 
 



© 2013 freshersindia.in ® | Copyrights | Terms & Conditions
   Designed by Freshers India
Catch Us on