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

1

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a static function in c?

1241


Explain how do you declare an array that will hold more than 64kb of data?

1497


What is the difference between typedef struct and struct?

1164


What happens if a header file is included twice?

1076


With the help of using classes, write a program to add two numbers.

1078


What is the purpose of void in c?

1108


Define recursion in c.

1349


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

2025


When was c language developed?

1259


What is const keyword in c?

1218


Write a program to reverse a linked list in c.

1179


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

1116


What is structure pointer in c?

1091


Tell us the use of fflush() function in c language?

1201


What do you mean by keywords in c?

1199