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();
}
Answers were Sorted based on User's Feedback
Can we use visual studio for c?
When should you use a type cast?
Write a program in c to print * * * * * *******
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
write a programming in c language, 1 3 5 7 9 11
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
Explain modulus operator.
Why does the call char scanf work?
what is software?
Explain the use of keyword 'register' with respect to variables.
I need previous papers of CSC.......plz help out by posting them.......