Multiple Choice
What is output of below program?
Int main()
{
Int i,j;
For(i = 0,j=0;i<5;i++)
{
Printf("%d%d--",i,j) ;
}
Return 0;
}
A) 0--01--12--23--34--
B) 00--10--20--30--40--
C) Compilation Error
D) 00--01--02--03--04--
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Which one of the following is invalid
Q3: If we have declared an array described
Q4: What will happen if in a C
Q5: Array which is having _ dimensions is
Q6: #include "stdio.h"<br>Int main()<br>{<br>Int a = 10, b
Q8: #define t 10<br>Void main()<br>{<br>Printf("%d",t);<br>}<br>A)10<br>B)Error:Unfined symbol 't'<br>C)Error:Improper placement
Q9: Wild pointer in C<br>A)if pointer is pointing
Q10: Size of void pointer is<br>A)1 byte<br>B)2 byte<br>C)3
Q11: Which macro is used to insert assembly
Q12: which of these is not a valid