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 is the use of in c?
What is the code in while loop that returns the output of given code?
What are type modifiers in c?
How many levels of pointers have?
How can I find the modification date and time of a file?
Under what circumstances does a name clash occur?
What is sizeof array in c?
What's the difference between constant char *p and char * constant p?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
write a proram to reverse the string using switch case?
How do c compilers work?
What is the general form of #line preprocessor?
Is array a primitive data type in c?
What are global variables and how do you declare them?