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 will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}

Answer Posted / niranjan kumar niraj

output is 1

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why functions are used in c?

1074


how to write optimum code to divide a 50 digit number with a 25 digit number??

3209


Can the curly brackets { } be used to enclose a single line of code?

1123


Describe explain how arrays can be passed to a user defined function

1043


What does main () mean in c?

1062


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1052


Differentiate Source Codes from Object Codes

1485


while initialization of array why we use a[][2] why not a[2][]...?

2307


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1301


What is c programming structure?

1117


What is typedef struct in c?

1003


How to create struct variables?

1047


What is wrong with this program statement? void = 10;

1209


Why enum is used in c?

901


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

2049