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 pointers in c?
what is ur strangth & weekness
What is output redirection?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
what are the facialities provided by you after the selection of the student.
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What are data types in c language?
In C language what is a 'dangling pointer'?
What’s a signal? Explain what do I use signals for?
Write programs for String Reversal & Palindrome check
What is the purpose of scanf() and printf() functions?
What is a void pointer? When is a void pointer used?
Compare interpreters and compilers.
What are different types of operators?
How can I implement a delay, or time a users response, with sub-second resolution?