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
Q2: What is output of below program?
Int main()
{
Int
Q3: What is output of below program?
Int main()
{
For(;
Q4: What is the output of below program?
Int
Q5: How many loops are there in C
A)1
B)2
C)3
D)4
Q6: What is the following is invalid header
Q7: What is storage class for variable A
Q8: #include "stdio.h"
Int main()
{
Int a@ = 10;
Printf("%d", a@);
Return
Q9: #include "stdio.h"
Int main()
{
Int a = 10;
Printf("%d", a);
Int
Q10: #include "stdio.h"int a = 20;
Int main()
{
Int a
Q11: #include "stdio.h"
Int main()
{
Int a = 10, b
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents