Answer Posted / my yahoo id
1+2+3+4+5=15
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
What is n in c?
What is actual argument?
#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); }
What are the differences between new and malloc in C?
write a program to find the given number is prime or not
The statement, int(*x[]) () what does in indicate?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What are c preprocessors?
explain what are pointers?
what is the syallabus of computer science students in group- 1?
What are different types of operators?
Write a program to swap two numbers without using a temporary variable?
What is the explanation for the dangling pointer in c?
How do I read the arrow keys? What about function keys?
What is local and global variable in c?