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

Warnings:

Test expression for for is assignment expression: c = 1000
The condition test is an assignment expression. Probably,
you mean to use == instead of =. If an assignment is
intended, add an extra parentheses nesting(e.g., if ((a =
b)) ...) to suppress this message. (Use -predassign to
inhibit warning)

Test expression for for not boolean, type int: c = 1000.
Test expression type is not boolean or int. (Use
-predboolint to inhibit warning)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In which layer of the network datastructure format change is done

1942


a value that does not change during program execution a) variabe b) argument c) parameter d) none

1290


why return type of main is not necessary in linux

2151


What is dynamic memory allocation?

1388


What is the advantage of using #define to declare a constant?

1156


What is the meaning of c in c language?

1245


How can I automatically locate a programs configuration files in the same directory as the executable?

1231


What does nil mean in c?

1346


Can you please compare array with pointer?

1153


Why n++ execute faster than n+1 ?

3148


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

1115


Explain what is the use of a semicolon (;) at the end of every program statement?

1261


Is fortran faster than c?

1082


What are the different file extensions involved when programming in C?

1341


What is the purpose of sprintf() function?

1182