Multiple Choice
Total Number Of Keywords In C Are
A) 30
B) 12
C) 34
D) 32
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: int main() {<br>Int x;x=10,20,30;<br>Printf("%d",x);<br>Return 0;<br>}<br>A)10<br>B)20<br>C)30<br>D)Compilation Error
Q11: Int Main() {<br>Int _ = 10;<br>Int _
Q12: The Compiler In C Ignores All Text
Q13: How many times C.com is printed?<br>Int main()<br>{<br>Int
Q14: Int Main() {<br>Extern Int I;<br>I = 20;<br>Printf("%D",
Q15: How many times C.com is printed?<br>Int main()<br>{<br>Int
Q17: //This Program Is Compiled On 32 Bit
Q18: Is The Following Statement A Declaration Or
Q19: Which Of The Following Is Executed By
Q20: Int Main() {<br>Int A = 10.5;<br>Printf("%D",A);<br>Return 0;<br>}<br>A)10.5<br>B)10.0<br>C)10<br>D)Compilation