how many argument we can pas in in a function
Answer Posted / apurve kadawat
We can pass any no.of parameters.The upperlimit can be found
out by knowing the stack size for that function alloted by
the operating system.Therefore it is dependent upon the
operating system how much stack it is allocating.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a code of a general series where the next element is the sum of last k terms.
Explain what is the difference between far and near ?
What is the difference between union and structure in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is exit() function?
Can the size of an array be declared at runtime?
What’s the special use of UNIONS?
Can we declare function inside main?
What is the collection of communication lines and routers called?
What is an array? What the different types of arrays in c?
What is substring in c?
What is s or c?
Can you please explain the scope of static variables?
How can I insert or delete a line (or record) in the middle of a file?