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

Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


Can static variables be declared in a header file?

0 Answers  


3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r

3 Answers   Huawei,


What is variable declaration and definition in c?

0 Answers  


What is the difference between test design and test case design?

0 Answers  






. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.

1 Answers  


What are volatile variables?

1 Answers   Mind Tree,


What does typedef struct mean?

0 Answers  


Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

0 Answers  


Which header file is essential for using strcmp function?

0 Answers  


What is an operator?

0 Answers  


Why doesnt this code work?

0 Answers  


Categories