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

How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,


If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).

5 Answers   Microsoft, Motorola,


What is else if ladder?

0 Answers  


What is the difference between constant pointer and constant variable?

0 Answers   NIIT,


WHAT IS INT?

8 Answers   Accenture,






What is a 'null pointer assignment' error?

0 Answers  


to find out the reverse digit of a given number

6 Answers   Infosys, Microsoft, TCS, Wipro,


What is the difference between %d and %i?

0 Answers  


Is it possible to create recycle bin in mobiles?

2 Answers  


Is main an identifier in c?

0 Answers  


Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....

2 Answers  


what is a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,


Categories