What is the output of the program
#include<stdio.h>
#include<conio.h>
void main()
{0
int i,j=20;
clrscr();
for(i=1;i<3;i++)
{
printf("%d,",i);
continue;
printf("%d",j);
break;
}
getch();
}
Answer Posted / p.yamini
1,2 20
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
which is an algorithm for sorting in a growing Lexicographic order
How do I determine whether a character is numeric, alphabetic, and so on?
What is the deal on sprintf_s return value?
Tell me is null always defined as 0(zero)?
Explain the binary height balanced tree?
How many bytes is a struct in c?
What is a program flowchart?
Who is the founder of c language?
C program to find all possible outcomes of a dice?
Where define directive used?
will u please send me the placement papers to my mail???????????????????
Explain main function in c?
What is sizeof int?
Describe dynamic data structure in c programming language?
What is c programming structure?