Multiple Choice
The statement printf("%c", 100) ; will print?
A) prints 100
B) print garbage
C) prints ascii equivalent of 100
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: In which tree, for every node the
Q2: The "C" language is<br>A)context free language<br>B)context sensitive
Q3: int constant var =10;<br>A)int<br>B)const var = 10;<br>C)const
Q5: Which is the correct syntax to declare
Q6: The statement print f ("%d", 10 ?
Q7: To represent hierarchical relationship between elements, which
Q8: The Default Parameter Passing Mechanism is called
Q9: Which of the following data structure is
Q10: The smallest individual units of c program<br>A)the
Q11: C is _ Language?<br>A)low level<br>B)high level<br>C)assembly level<br>D)machine