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 / 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 |
Post New Answer View All Answers
What is the difference between array and pointer?
What is a function in c?
How do you declare a variable that will hold string values?
When the macros gets expanded?
Under what circumstances does a name clash occur?
diff between exptected result and requirement?
What are examples of structures?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Explain bit masking in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
If I have a char * variable pointing to the name of a function ..
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is the difference between typedef struct and struct?
What is %lu in c?
Why do we use return in c?