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
Explain the ternary tree?
What does %2f mean in c?
What are multidimensional arrays?
Is javascript based on c?
What does %d do in c?
What is type qualifiers?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Array is an lvalue or not?
When can a far pointer be used?
What is difference between structure and union?
What are the disadvantages of external storage class?
How can I change their mode to binary?
Write a function that will take in a phone number and output all possible alphabetical combinations
Explain how do you convert strings to numbers in c?
What is C language ?