Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
For what purpose null pointer used?
Explain what does it mean when a pointer is used in an if statement?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
How do I create a directory? How do I remove a directory (and its contents)?
Explain the difference between structs and unions in c?
What is the difference between procedural and declarative language?
What is the use of static variable in c?
Can a pointer point to null?
How can I write a function that takes a format string and a variable number of arguments?
What is header file definition?
Are there constructors in c?
What is the use of a conditional inclusion statement in C?
What is the difference between a function and a method in c?