Is there any restriction in how many arguments printf or
scanf function can take?
in which file in my c++ compiler i can see the code for
implementation of these two functions??
Answer Posted / some
There is limitation as the function call stack is limited but both functions have variable number of arguments.
The functions are defined in <cstdio>
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is "Duff's Device"?
What are multidimensional arrays?
What is class and object in c?
Which is the best website to learn c programming?
What is static memory allocation?
Why do we need functions in c?
Define Array of pointers.
In C language, a variable name cannot contain?
How can I sort more data than will fit in memory?
Explain what is operator promotion?
What is an operator?
What is the need of structure in c?
How to write c functions that modify head pointer of a linked list?
Explain what is dynamic data structure?
When would you use a pointer to a function?