Why array is used in c?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1
Why clrscr is used after variable declaration?
Implement bit Array in C.
write a program without using main function?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is a void * in c?
can we have joblib in a proc ?
Derive the complexity expression for AVL tree?
what is C?
related to rdbms query .
Explain 'far' and 'near' pointers in c.