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 / 2028
The above reply is an vague idea for the concept idea some
details may be with an example will be an good input from
nay one of us
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How macro execution is faster than function ?
What is the total generic pointer type?
Write a program to implement queue.
using only #include
Can a local variable be volatile in c?
What are the benefits of organizational structure?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is spaghetti programming?
What is the difference between functions getch() and getche()?
differentiate built-in functions and user – defined functions.
How to draw the flowchart for structure programs?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is c language & why it is used?
What is the explanation for modular programming?