What is the output of below code?
main() { static int a=5; printf("%3d",a--); if(a) main(); }
What is structure of c program?
What is stack in c?
How does free() know explain how much memory to release?
how to use showbits function?
What is meant by recursion?
Write a pro-gramme to determine whether the number is even or odd?
List some basic data types in c?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
What is the OOPs concept?
Explain void pointer?
Why is c fast?
What is an lvalue?