9.how do you write a function that takes a variable number
of arguments? What is the prototype of printf () function?
10.How do you access command-line arguments?
11.what does ‘#include<stdio.h>’ mean?
12.what is the difference between #include<> and #include”…”?
13.what are # pragma staments?
14.what is the most appropriate way to write a
multi-statement macro?
Answer Posted / saurabh
WHERE IS THE ANSWER MY FRIENDS?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you add pointers together? Why would you?
How can I sort more data than will fit in memory?
Differentiate between full, complete & perfect binary trees.
Tell me is null always defined as 0(zero)?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is string concatenation in c?
What is a loop?
Why header file is used in c?
Is it possible to execute code even after the program exits the main() function?
What is the modulus operator?
Explain what is meant by high-order and low-order bytes?
Explain continue keyword in c
Explain what is #line used for?
What are local static variables?
Can a pointer be static?