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

the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

2 Answers   Ignou,


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?

4 Answers   HP, Wipro,


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


Write a program to print fibonacci series without using recursion?

0 Answers  






Is there a way to switch on strings?

0 Answers  


what is data structure?

5 Answers   CBSE,


List out few of the applications that make use of Multilinked Structures?

1 Answers   Accenture,


What is a stream water?

0 Answers  


write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?

3 Answers   Broadcom, TCS,


what is unsigened char and what is the difference from char

2 Answers  


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers   Calsoft,


Categories