Multiple Choice
int main() {
Int x;x=10,20,30;
Printf("%d",x) ;
Return 0;
}
A) 10
B) 20
C) 30
D) Compilation Error
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Int Main() {<br>Int A = 5;<br>Int B
Q6: Printf() Belongs To Which Library Of C<br>A)Stdlib.H<br>B)Stdio.H<br>C)Stdout.H<br>D)Stdoutput.H
Q7: How many times C.com is printed?<br>Int main()<br>{<br>Int
Q8: What is output of below program?<br>Int main()<br>{<br>Int
Q9: What Should Be The Output:<br>Int Main()<br>{<br>Int A
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