Explain what are the standard predefined macros?
Explain what is the difference between functions abs() and fabs()?
What are pointers really good for, anyway?
In a switch statement, what will happen if a break statement is omitted?
What is the difference between %d and %i?
Why is c platform dependent?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Difference between constant pointer and pointer to a constant.
What is 'bus error'?
What is meant by errors and debugging?
What are the storage classes in C?
What are header files in c programming?
Is javascript based on c?
What is the benefit of using #define to declare a constant?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above