How many types of functions are there in c?
What is the maximum length of an identifier?
What is c mainly used for?
Explain what is #line used for?
Explain what are the standard predefined macros?
What is a wrapper function in c?
Explain is it better to bitshift a value than to multiply by 2?
Explain how are 16- and 32-bit numbers stored?
Why is it that not all header files are declared in every C program?
Are enumerations really portable?
Explain how can I open a file so that other programs can update it at the same time?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Can include files be nested?
Explain how can type-insensitive macros be created?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]