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

int i =10
main()
{
int i =20,n;
for(n=0;n<=i;)
{
int i=10
i++;
}
printf("%d", i);

Answer Posted / vikramanj

int i=10[;]
main()
{
int i=20,n;
for(n=0;n<=i;)
{
int i=10[;]
i++;
}
printf("%d", i);
The syntax errs r specified in sq.braces..
if its corrected there s no terminating condition also..
so no o/p..

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cohesion in c?

1028


What are Macros? What are its advantages and disadvantages?

1224


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1231


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

1399


What is union and structure in c?

1292


Sir i need notes for structure,functions,pointers in c language can you help me please

2463


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2927


Explain how can I read and write comma-delimited text?

1233


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

1153


Explain what are its uses in c programming?

1128


How can I recover the file name given an open stream or file descriptor?

1143


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

2028


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

2046


how many errors in c explain deply

2138


Explain the use of 'auto' keyword in c programming?

1185