how many argument we can pas in in a function
Answer Posted / 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 |
Post New Answer View All Answers
What are variables c?
What is the role of && operator in a program code?
Is it possible to execute code even after the program exits the main() function?
What is a macro, and explain how do you use it?
What do you mean by dynamic memory allocation in c?
What are the different types of control structures?
What are different types of variables in c?
What is the difference between array_name and &array_name?
Difference between malloc() and calloc() function?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How can I implement sets or arrays of bits?
What is advantage of pointer in c?
How many parameters should a function have?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is define c?