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

output is

-128

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does struct work in c?

1137


write a programming in c to find the sum of all elements in an array through function.

2220


Is null a keyword in c?

1249


Which is better malloc or calloc?

1157


what is the height of tree if leaf node is at level 3. please explain

2199


Write a program to check armstrong number in c?

1178


Can we declare variables anywhere in c?

1053


How can I discover how many arguments a function was actually called with?

1112


How many levels of pointers have?

1097


What happens if a header file is included twice?

1076


What is zero based addressing?

1237


What is echo in c programming?

1089


Place the #include statement must be written in the program?

1086


How to set file pointer to beginning c?

1247


Is anything faster than c?

1060