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
How can I write a function that takes a format string and a variable number of arguments?
Why main function is special give two reasons?
List the difference between a While & Do While loops?
how can I convert a string to a number?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the difference between if else and switchstatement
What do you mean by a sequential access file?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is wrong with this initialization?
Explain how do you print an address?
Is c is a high level language?
Define recursion in c.
write a program to print data of 5 five students with structures?
Can a function argument have default value?