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 / 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 |
Post New Answer View All Answers
How can I access an I o board directly?
Write the Program to reverse a string using pointers.
Is there a built-in function in C that can be used for sorting data?
What is the use of bit field?
praagnovation
What is the best style for code layout in c?
Explain how do you search data in a data file using random access method?
how could explain about job profile
how should functions be apportioned among source files?
What is methods in c?
Are enumerations really portable?
State the difference between realloc and free.
Can we change the value of #define in c?
List the different types of c tokens?
What is the time and space complexities of merge sort and when is it preferred over quick sort?