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 many argument we can pas in in a function

Answer Posted / sudeep dutta

Any number of parameters can be passed.The parameters may be
of any type.But the number of parameters used completely
depends on the function that you have declared.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2717


What is uint8 in c?

1062


Is linux written in c?

1002


what value is returned to operating system after program execution?

2076


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

2062


What is the difference between typedef struct and struct?

1075


Why is c so popular?

1124


What is wild pointer in c?

1028


Write a code to remove duplicates in a string.

990


Explain what is the use of a semicolon (;) at the end of every program statement?

1194


Why doesn't C support function overloading?

2639


What is getch () for?

1166


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

1279


What are global variables?

1129


#include { printf("Hello"); } how compile time affects when we add additional header file .

1866