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 op?
for(c=0;c=1000;c++)
printf("%c",c);

Answer Posted / rohit

it will come out of the for loop & hence no output.
because,when c=0,then for next condition it will check
whether 0==1000,the condition fails here itself only.
so,it doesn't go for executing any statement.

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of macro in C language?

1164


What is array of structure in c programming?

1333


Write a function that will take in a phone number and output all possible alphabetical combinations

1100


Can a local variable be volatile in c?

1055


why we wont use '&' sing in aceesing the string using scanf

2427


What is the newline escape sequence?

1144


What is an identifier?

1087


In C language what is a 'dangling pointer'?

1242


Do you have any idea about the use of "auto" keyword?

1131


What is the purpose of void in c?

1109


Why isn't it being handled properly?

1122


write a c program in such a way that if we enter the today date the output should be next day's date.

2240


What are register variables? What are the advantage of using register variables?

1234


Which is the memory area not included in C program? give the reason

1998


Is Exception handling possible in c language?

2100