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

How to write in a function declaration and in function call in
which the function has 'n' number of varible or arguments?

Answer Posted / kiran kumar yakkala

returntype function_name(int counter,...)

here first one is the counter tells about how many no are
going to use
... specifies variable no of arguments

for further clarificaiton, refer "Let us C" book

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what standard functions are available to manipulate strings?

1129


Why does everyone say not to use gets?

1200


What is the use of bit field?

1238


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

1284


What is #pragma statements?

1159


What is %d called in c?

1284


code for find determinent of amatrix

2018


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

2255


How can I find out the size of a file, prior to reading it in?

1225


Can a pointer be volatile in c?

1044


How can I direct output to the printer?

1373


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1134


What is difference between array and pointer in c?

1144


What is the difference between the expression “++a” and “a++”?

1275


Explain the use of keyword 'register' with respect to variables.

1098