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
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Explain pointers in c programming?
What do you mean by scope of a variable in c?
Can we declare variables anywhere in c?
How do I copy files?
how do you programme Carrier Sense Multiple Access
What is graph in c?
What language is windows 1.0 written?
What is the best way to store flag values in a program?
What is the difference between %d and %i?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What are the types of type specifiers?
What does the c in ctime mean?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What are the functions to open and close file in c language?