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 / manish soni

IT SHOW ACTUAL O/P.
main()
{
int c;
int i=1;
for ( c=0;c!=256;c+=2)
{
printf("%d=%d\n",i,c);
i++;
}
getch();
}

MANISH SONI
[GYAN CORPORATION,CHANDIGARH]

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me can the size of an array be declared at runtime?

1086


Does c have circular shift operators?

1304


Is there a way to jump out of a function or functions?

1169


Why c is called a mid level programming language?

1114


What is string in c language?

1256


Where are some collections of useful code fragments and examples?

1198


What is void main ()?

1126


What are the rules for identifiers in c?

1123


Who invented b language?

1476


How can I dynamically allocate arrays?

1171


Not all reserved words are written in lowercase. TRUE or FALSE?

1281


Explain what is the most efficient way to store flag values?

1275


how to construct a simulator keeping the logical boolean gates in c

2308


What is printf () in c?

1148


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

2204