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 / mohmedali

garbage values

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the return type of sizeof?

1114


What is optimization in c?

1070


What is an array? What the different types of arrays in c?

1254


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2342


Is it possible to execute code even after the program exits the main() function?

1394


Can you define which header file to include at compile time?

1071


Is c compiled or interpreted?

1250


Tell me with an example the self-referential structure?

1079


What is the code for 3 questions and answer check in VisualBasic.Net?

2209


What are the rules for identifiers in c?

1122


Define recursion in c.

1350


Explain how can type-insensitive macros be created?

1044


Is calloc better than malloc?

1075


How old is c programming language?

1063


What is a static variable in c?

1169