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

main()
{
char x;
while(x=0;x<=255;x++)
printf("\nAscii value %d Charater %c",x,x);
}

Answer Posted / ashutosh tiwari

syntax error: while will never have initialization or
increment. it only have condition.

Is This Answer Correct ?    22 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between far and near ?

1164


Is there any possibility to create customized header file with c programming language?

1106


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

1354


How many keywords are there in c?

1123


Is javascript written in c?

1115


Write a program of prime number using recursion.

1128


What is scope rule of function in c?

1149


develop algorithms to add polynomials (i) in one variable

2236


Why do we use c for the speed of light?

1285


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1839


how to find anagram without using string functions using only loops in c programming

3237


Why is %d used in c?

1058


Explain the advantages of using macro in c language?

1045


What is array in c with example?

1356


How do I read the arrow keys? What about function keys?

1145