Qmark: 1
Total Marks: 50
Vol: 8
Font: Microsoft Sans Serif
Size: 10
Time Left:45:07
Multiple Choices
(Choose 1 answer)
What is the recommended format to define a constant number in C?
A. #define PI = 3.14159;
B. #define PI 3.14159
C. #define PI = 3.14159
D. const PI = 3.14159