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

Answers were Sorted based on User's Feedback



how many argument we can pas in in a function..

Answer / preeti

depending upon the range of the datatype

Is This Answer Correct ?    0 Yes 2 No

how many argument we can pas in in a function..

Answer / revathy

how do u say that only 253 arguments can be passed.. please
justify

Is This Answer Correct ?    0 Yes 4 No

how many argument we can pas in in a function..

Answer / dushyant

i think we can pass four type of arguement in a function:-
1)function with argument with return a value

2) function with argument without return a value
3) function without argument with return a value
4) function with argument without return a value
5) function without argument without return a value

Is This Answer Correct ?    0 Yes 4 No

how many argument we can pas in in a function..

Answer / vivek

three

Is This Answer Correct ?    3 Yes 16 No

how many argument we can pas in in a function..

Answer / karthick

only two arguments

Is This Answer Correct ?    8 Yes 30 No

Post New Answer

More C Interview Questions

What does the c preprocessor do?

0 Answers  


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

0 Answers  


What does 1f stand for?

0 Answers  


What is the purpose of the fflush() function in C?

2 Answers  


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


What is a structure in c language. how to initialise a structure in c?

0 Answers  


array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


How do we open a binary file in Read/Write mode in C?

0 Answers   Alter,


Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.

6 Answers   Wipro,


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above

5 Answers   Accenture, TCS,


Is main is user defined function?

0 Answers  


Categories