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

f()
{
int a=2;
f1(a++);
}
f1(int c)
{
printf("%d", c);
}
c=?

Answer Posted / xx

no output

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a protocol in c?

1058


Are the variables argc and argv are always local to main?

1084


What is ## preprocessor operator in c?

1133


What is a pointer value and address in c?

1183


What is the meaning of && in c?

1085


What is the difference between array and structure in c?

1246


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

2225


Explain what is operator promotion?

1151


what is ur strangth & weekness

2527


Why does everyone say not to use gets?

1200


Explain the difference between null pointer and void pointer.

1134


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

1330


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

1125


I need a sort of an approximate strcmp routine?

1081


Explain the ternary tree?

1078