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 / salman vamiq
1 20
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How can I read/write structures from/to data files?
Is struct oop?
What is the size of array float a(10)?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What are external variables in c?
Is it fine to write void main () or main () in c?
How to declare a variable?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is the modulus operator?
What is sizeof array in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What are the advantage of c language?
What are the different types of errors?
Explain two-dimensional array.
How was c created?