Multiple Choice
What is output of below program?
Int main()
{
Int i,j,k,count;
Count=0;
For(i=0;i<5;i++)
{
For(j=0;j<5;j++)
{
Count++;
}
}
Printf("%d",count) ;
Return 0;
}
A) 5
B) 10
C) 25
D) 50
Correct Answer:

Verified
Correct Answer:
Verified
Q1: How many times C.com is printed?<br>Int main()<br>{<br>Int
Q2: Int Main() {<br>Int X = 10;<br>{<br>Int X
Q3: What Is Correct Order Of Precedence In
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
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 _