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...

Unsigned char c;
for ( c=0;c!=256;c++2)
printf("%d",c);

No. of times the loop is executed ?

Answer Posted / sanjeev

this loop is executed at 254 times.

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can static variables be declared in a header file?

1099


Is printf a keyword?

1259


Explain about C function prototype?

1141


What are bitwise shift operators in c programming?

1135


Explain logical errors? Compare with syntax errors.

1126


What is the significance of scope resolution operator?

1456


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1097


What is context in c?

975


What is the maximum length of an identifier?

1231


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1304


What is class and object in c?

1175


What are shell structures used for?

1095


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

6021


What is the general form of a C program?

1068


What is modifier & how many types of modifiers available in c?

1073