how many argument we can pas in in a function
Answer Posted / sudeep dutta
Any number of parameters can be passed.The parameters may be
of any type.But the number of parameters used completely
depends on the function that you have declared.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
How are pointers declared in c?
What is main function in c?
How many types of operator or there in c?
Why static is used in c?
Why do we use int main instead of void main in c?
How is a macro different from a function?
What is static and auto variables in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Why array is used in c?
Is main a keyword in c?
What is #include stdlib h?
What does malloc () calloc () realloc () free () do?
Explain why C language is procedural?
What is define c?