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

Explain what is the difference between functions abs() and fabs()?

0 Answers  


Can we assign integer value to char in c?

0 Answers  


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

0 Answers  


What are register variables? What are the advantage of using register variables?

0 Answers   TISL,


What is difference between main and void main?

0 Answers  






44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


Differentiate between calloc and malloc.

0 Answers   Wipro,


1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file

1 Answers  


Differentiate between a structure and a union.

0 Answers   Zensar,


How can I implement sets or arrays of bits?

0 Answers  


Why & is used in c?

0 Answers  


What are the restrictions of a modulus operator?

0 Answers  


Categories