how many argument we can pas in in a function
Answer Posted / karthick
only two arguments
| Is This Answer Correct ? | 8 Yes | 30 No |
Post New Answer View All Answers
Why do we need a structure?
Tell me what are bitwise shift operators?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
How many keywords are there in c?
What is the sizeof () operator?
Why can’t constant values be used to define an array’s initial size?
Array is an lvalue or not?
What is the best way to store flag values in a program?
What is integer constants?
What is the use of getchar() function?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
How can I split up a string into whitespace-separated fields?
How are strings stored in c?
What is the use of extern in c?
What do you know about the use of bit field?