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
Why we use conio h in c?
What is a list in c?
Explain what is meant by high-order and low-order bytes?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Explain what are global variables and explain how do you declare them?
What do you understand by normalization of pointers?
List some of the static data structures in C?
Why c is a mother language?
What is scope rule of function in c?
What are structural members?
I need a sort of an approximate strcmp routine?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is meant by keywords in c?
If the size of int data type is two bytes, what is the range of signed int data type?
What is the purpose of scanf() and printf() functions?