#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
Is python a c language?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What do you mean by c what are the main characteristics of c language?
When should a type cast be used?
write a program to find out number of on bits in a number?
What are the functions to open and close file in c language?
How do you sort filenames in a directory?
what is pointer?
How to add two numbers with using function?
Write a function to find the area of a triangle whose length of three sides is given
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
What are the types of pointers?