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

What is string length in c?

0 Answers  


What is structure in c definition?

0 Answers  


say the following declaration is correct nr not. int b=a,n=0;

4 Answers   Wipro,


What is data types?

0 Answers  


Is there a way to jump out of a function or functions?

0 Answers  


What is sizeof array in c?

0 Answers  


Explain how can I right-justify a string?

0 Answers  


what is the hexidecimal number of 4100?

16 Answers   Google,


Why is #define used?

0 Answers  


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


how many header file is in C language ?

44 Answers   College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,


Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,


Categories