#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
how many times of error occur in C
How does free() know how many bytes to free?
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
what is the difference between global variable & static variable declared out side all the function in the file.
What is function and its example?
advantages of pointers?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
Differentiate between #include<...> and #include '...'
What is the use of f in c?
How can I access a memory located at certain address?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)