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

If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

0 Answers   IBM, Wipro,


What is #line in c?

0 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  


Write the control statements in C language

0 Answers   Atos Origin,


how to reverse string "Hello World" by using pointers only. Without any temp var

1 Answers  


how the size of an integer is decided? - is it based on processor or compiler or OS?

19 Answers   HCL, JPR, Microsoft, nvidia,


#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


Explain what is the benefit of using an enum rather than a #define constant?

0 Answers  


Is there any data type in c with variable size?

0 Answers  


What is s in c?

0 Answers  


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

10 Answers   Accenture,


What are different types of variables in c?

0 Answers  


Categories