C Programming MCQ - Mixed Bag

11:  

 C is a 

A.

high level language

B.

low level language

C.

high level language with some low level features

D.

low level language with some high level features

 
 

Option: C

Explanation :

Click on Discuss to view users comments.

Write your comments here:



12:  

Which of the following comments are true ?

A.

C provides no input-output and file access  features

B.

C provides no features to manipulate composite objects

C.

C borrowed most of its ideas from BCPL

D.

All of the above

 
 

Option: D

Explanation :

Click on Discuss to view users comments.

akanksha said: (11:13pm on Friday 10th June 2016)
how does C provides features to manipulate composite objects

Write your comments here:



13:  

Which of the following comments about EOF are true?

A.

its value is defined within stdio.h

B.

its value is implementation dependent and cant be negative

C.

its value should not equal the integer equivalent of any character

D.

All of the above

 
 

Option: D

Explanation :

Click on Discuss to view users comments.

Write your comments here:



14:  

In standard C, trigraphs in the source program are translated

A.

before the lexical analysis

B.

before the recognition of escape characters in strings

C.

both (a) & (b)

D.

during the intermediate code generation phase

 
 

Option: C

Explanation :

Click on Discuss to view users comments.

Write your comments here:



15:  

 Which of the following are not the keywords in C?

A.

printf

B.

main

C.

IF

D.

none of above

 
 

Option: C

Explanation :

IF is not a keyword, since its in uppercase

Click on Discuss to view users comments.

Write your comments here: