#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
Whether there can be main inside another main?If so how does it work?
When can a far pointer be used?
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
What are the modifiers available in c programming language?
What math functions are available for integers? For floating point?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Difference between strcpy() and memcpy() function?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
what are the stoge class in C and tel the scope and life time of it?
what is the difference between 123 and 0123 in c?
How can you invoke another program from within a C program?
What is the difference between ‘g’ and “g” in C?