What does a pointer variable always consist of?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
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);
Why cant I open a file by its explicit path?
What is the difference between calloc() and realloc()?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
who is the editor of 'pokemon'?
What is binary tree in c?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Will Macros support multiple arguments ?