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

i=20

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I ensure that integer arithmetic doesnt overflow?

1255


What is the mean of function?

1194


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1757


how many key words availabel in c a) 28 b) 31 c) 32

1129


Why does notstrcat(string, "!");Work?

1208


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

1266


What is meant by inheritance?

1154


What is string in c language?

1252


What are logical errors and how does it differ from syntax errors?

1352


Explain the properties of union. What is the size of a union variable

1248


differentiate built-in functions and user – defined functions.

1149


What is an auto variable in c?

1296


What is volatile variable how do you declare it?

1188


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

1341


Place the #include statement must be written in the program?

1089