How can I write a function that takes a format string and 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

Why is void main used?

0 Answers  


Write a program to accept a character & display its corrosponding ASCII value & vice versa?

9 Answers  


ASCII stands for

1 Answers  


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


Why malloc is faster than calloc?

0 Answers  






Write a code to remove duplicates in a string.

0 Answers   Expedia,


How can I recover the file name given an open stream or file descriptor?

0 Answers  


What is nested structure in c?

0 Answers  


code for concatination of 2 strings with out using library functions?

3 Answers  


How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?

1 Answers  


Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


Categories