what is a function method?give example?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
How we can insert comments in a c program?
Is null always defined as 0(zero)?
Explain bitwise shift operators?
Why doesnt the call scanf work?
What is the function of volatile in c language?
What is the difference between malloc() and realloc()?
What does the c in ctime mean?
What is the difference between variable declaration and variable definition in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Difference between Shallow copy and Deep copy?
What are derived data types in c?