Sail E0 Webinar
Question

Which of the following are correctly formed #define statements in C?


Options:
A .  #define CUBE (X) (X*X*X);
B .  #define CUBE(x) (X*X*X)
C .  #define CUBE(X)(X*X*X)
D .  #define CUBE(X) {X*X*X}
Answer: Option C



Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers