How can I write functions that take a variable number of arguments?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is scope and lifetime of a variable in c?

0 Answers  


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


What is operator promotion?

0 Answers  


how to swap two nubers by using a function with pointers?

1 Answers  


write a c program to find the square of a 5 digit number and print the result.

5 Answers   Accenture, Sasken, Vimukti Technologies,






What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


What does the c preprocessor do?

0 Answers  


Dont ansi function prototypes render lint obsolete?

0 Answers  


Write a program for deleting duplicate elements in an array

3 Answers   Subex,


How can I implement a delay, or time a users response, with sub-second resolution?

0 Answers  


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

0 Answers   Wilco,


What is the size of structure in c?

0 Answers  


Categories