how we can make 3d venturing graphics on outer interface
what is the maximum no. of bytes calloc can allocate
What is d'n in c?
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
Can you write a programmer for FACTORIAL using recursion?
what is the use of a array in c
how to find out the reverse number of a digit if it is input through the keyboard?
What is C language Terminator?
Why do we need volatile in c?
Is main is a keyword in c?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
When should the volatile modifier be used?