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??
Answers were Sorted based on User's Feedback
Answer / uma sankar pradhan
printf() and scanf() are variable argument list functions
They can take any number of values as their arguments
The prototypes for these functions are found in the header
file "stdio.h"
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / 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 |
Answer / venkatesh
printf() and scanf() can take any number of arguments.
the prototypes of these functiona are stdio.h and conio.h
| Is This Answer Correct ? | 8 Yes | 7 No |
What does the error message "DGROUP exceeds 64K" mean?
difference between i++* and *++i
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
how can i sort numbers from ascending order and descending order using turbo c..
which one is better structure or union?(other than the space occupied )
What are different types of operators?
How is a pointer variable declared?
how to swap two nubers by using a function with pointers?
what are the advantage and disadvantage of recursion
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
What is the purpose of ftell?
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4