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?



9.how do you write a function that takes a variable number of arguments? What is the prototype of p..

Answer / vid

145
1!=1,4!=24,5!=120
1+24+120=145

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.

2 Answers  


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer

4 Answers  


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


what is the difference between call by value and call by reference?

5 Answers   Genpact, Global Logic, Infosys,






What is a pragma?

0 Answers  


What is file in c preprocessor?

0 Answers  


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 Answers   CitiGroup,


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


what do you mean by defining a variable in our c code?

2 Answers  


i have a written test in tomorrow

1 Answers   NNN, Value Labs,


What is sizeof array in c?

0 Answers  


Categories