how do you write a function that takes a variable number of
arguments? What is the prototype of printf () function?


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

Post New Answer

More C Interview Questions

what are bitwise shift operators?

4 Answers  


Why string is used in c?

0 Answers  


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

0 Answers  


I came across some code that puts a (void) cast before each call to printf. Why?

0 Answers  


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

0 Answers  






Why is C language being considered a middle level language?

0 Answers  


What does a run-time "null pointer assignment" error mean?

2 Answers  


What is array in c with example?

0 Answers  


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


What are the types of pointers in c?

0 Answers  


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


what is an inline function?

2 Answers   TCS,


Categories