Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How can I read/write structures from/to data files?

1014


Is struct oop?

1064


What is the size of array float a(10)?

1193


What is the time and space complexities of merge sort and when is it preferred over quick sort?

1137


What are external variables in c?

1168


Is it fine to write void main () or main () in c?

1077


How to declare a variable?

1073


Write the test cases for checking a variable having value in range -10.0 to +10.0?

2371


What is the modulus operator?

1258


What is sizeof array in c?

1114


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

2225


What are the advantage of c language?

1108


What are the different types of errors?

1208


Explain two-dimensional array.

1133


How was c created?

1093