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 given below

#include<stdio.h>
main()
{
char i=0;
for(;i>=0;i++) ;
printf("%d\n",i);
}

Answer Posted / aryan

-128

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the syntax and purpose of a switch statement in C.

1151


What is "Duff's Device"?

1221


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1687


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

1310


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

2283


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

1156


Explain what are multibyte characters?

1255


write a proram to reverse the string using switch case?

3006


What is declaration and definition in c?

1175


How can I make sure that my program is the only one accessing a file?

1347


Tell me with an example the self-referential structure?

1076


What is the value of c?

1130


What are the advantages of using linked list for tree construction?

1145


What are pointers? What are different types of pointers?

1219


How can I do graphics in c?

1071