#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
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
Prove or disprove P!=NP.
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
Why is extern used in c?
What is a nested loop?
Explain what is a pragma?
What is variable in c example?
What is c basic?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What are the differences between new and malloc in C?
What are the disadvantages of a shell structure?