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

What is scope and lifetime of a variable in c?

1114


What is c standard library?

1269


What is the purpose of the statement: strcat (S2, S1)?

1223


Can you assign a different address to an array tag?

1208


Explain threaded binary trees?

1208


How to write a code for reverse of string without using string functions?

2197


write a program to find out prime number using sieve case?

2137


What is static memory allocation? Explain

1134


Do you know what are the properties of union in c?

1131


Why void is used in c?

1057


How many main () function we can have in a project?

1154


What are the 4 types of organizational structures?

1161


how to introdu5ce my self in serco

2049


What are loops in c?

1064


What do you mean by dynamic memory allocation in c?

1148