Multiple Choice
What Should Be The Output:
Int Main()
{
Int A = 10/3;
Printf("%D",A) ;
Return 0;
}
A) 3.33
B) 3.0
C) 3
D) Option.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: What is output of below program?<br>Int main()<br>{<br>Int
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
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",