what is associativity explain
what is the precidence for * and & , * and ++
how the folloing declaration work
1) *&p;
2) *p++;
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
What does %d do?
i have a written test for microland please give me test pattern
who is the editor of 'pokemon'?
implement general tree using link list
What is a nested formula?
What is the use of header files?
How do shell structures work?
What do you mean by a local block?
What is the purpose of macro in C language?
#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); }