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

c=2

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which of these functions is safer to use : fgets(), gets()? Why?

1162


What does it mean when the linker says that _end is undefined?

1148


What is the difference between printf and scanf )?

1149


What are void pointers in c?

1062


Explain can you assign a different address to an array tag?

1121


Explain how can I manipulate strings of multibyte characters?

1255


please explain every phase in the "SDLC" in the dotnet.

2668


How can you return multiple values from a function?

1165


Explain enumerated types in c language?

1104


Why void is used in c?

1059


How do I round numbers?

1054


What is pointer and structure in c?

1278


What is time null in c?

1111


program for reversing a selected line word by word when multiple lines are given without using strrev

2535


How to create struct variables?

1171