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

f1 should have a prototype

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of data structures in c?

1079


Why is it important to memset a variable, immediately after allocating memory to it ?

1995


Explain spaghetti programming?

1187


Why do we use static in c?

1063


Give basis knowledge of web designing ...

1979


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

1056


How can I find the modification date of a file?

1212


Explain the difference between strcpy() and memcpy() function?

947


Differentiate fundamental data types and derived data types in C.

983


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2738


What is an lvalue in c?

1063


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

999


what is recursion in C

1018


What is scope rule in c?

1008


What is memcpy() function?

1046