#include
show(int t,va_list ptr1)
{
int a,x,i;
a=va_arg(ptr1,int)
printf("
%d",a)
}
display(char)
{
int x;
listptr;
va_star(otr,s);
n=va_arg(ptr,int);
show(x,ptr);
}
main()
{
display("hello",4,12,13,14,44);
}


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

Post New Answer

More C Interview Questions

How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


how many header file is in C language ?

44 Answers   College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,


Why is structure important for a child?

0 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

0 Answers   InterGraph,


Is a pointer a kind of array?

0 Answers  






what are the various memory handling mechanisms in C ?

4 Answers   HP,


Is main is a keyword in c?

0 Answers  


What are different types of variables in c?

0 Answers  


if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?

2 Answers   NetApp,


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  


What is union and structure?

0 Answers  


Does c have enums?

0 Answers  


Categories