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 / s.velmurugan
Yes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the scope of static variables?
List the different types of c tokens?
Disadvantages of C language.
What are register variables in c?
What are dangling pointers in c?
Can you please compare array with pointer?
What is a pointer in c plus plus?
What is graph in c?
What is meant by 'bit masking'?
What is default value of global variable in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
How can I avoid the abort, retry, fail messages?
What is c programming structure?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is actual argument?