Multiple Choice
C is a ____________________ language
A) Platform independent programming
B) Platform dependent programming
C) Object oriented programming
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: What is the output of below program?<br>Int
Q44: How many loops are there in C<br>A)1<br>B)2<br>C)3<br>D)4
Q45: If 'a' is the integer which is
Q46: What is storage class for variable A
Q47: #include "stdio.h"<br>Int main()<br>{<br>Int a = 10;<br>Printf("%d", a);<br>Int
Q49: #include "stdio.h"int a = 20;<br>Int main()<br>{<br>Int a
Q50: which is better memory allocation when size
Q51: A Pointer to a block of memory
Q52: Any type of modification on the parameter
Q53: What is the extension of output file