When should I declare a function?
No Answer is Posted For this Question
Be the First to Post Answer
#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 is mallloc()?how it works?
What is a built-in function in C?
How to Throw some light on the splay trees?
count the numbers between 100 and 300, that star with 2 and ends with 2
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,
What do mean by network ?
const char * char * const What is the differnce between the above tow?.
Write a progarm to find the length of string using switch case?
What are disadvantages of C language.
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is substring in c?