how many argument we can pas in in a function
Answer Posted / subbu
maximum number of arguments for a single function is 253
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Compare and contrast compilers from interpreters.
Explain how can a program be made to print the line number where an error occurs?
What is the difference between procedural and functional programming?
Why c is a mother language?
What is a header file?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is a method in c?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What are the different data types in C?
Are the expressions * ptr ++ and ++ * ptr same?
What is a list in c?
What are comments and how do you insert it in a C program?
What is volatile c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above