Top

Discussion

Which of the following are correctly formed #define statements?

  • A.#define INCH PER FEET 12
  • B.#define SQR(X) (X *X);
  • C.#define SQR(X) X*X
  • D.#define SQR(X) (X*X)

Answer: D

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment