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 are types of structure?
Process by which one bit pattern in to another by bit wise operation is?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What are the header files used in c language?
How can you increase the size of a statically allocated array?
Under what circumstances does a name clash occur?
Why & is used in scanf in c?
Write a program to swap two numbers without using the third variable?
What are the functions to open and close file in c language?
What is sizeof array?
What is the equivalent code of the following statement in WHILE LOOP format?
Is main is user defined function?
How do I create a directory? How do I remove a directory (and its contents)?
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
What is structure pointer in c?