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 global variables and explain how do you declare them?
Implement bit Array in C.
why programs in c are running with out #include
How can I get the current date or time of day in a c program?
What is auto keyword in c?
Does c have class?
What are the rules for the identifier?
What are the various types of control structures in programming?
how can use subset in c program and give more example
What are the features of c languages?
How many types of errors are there in c language? Explain
Which is the best website to learn c programming?
What is a MAC Address?
Is c still relevant?
what does static variable mean?