

MCQOPTIONS
Saved Bookmarks
1. |
Correct way to define a value 6.28 in a variable ‚Äö√Ñ√∂‚à ö√ë‚à ö‚â§pi‚Äö√Ñ√∂‚à ö√ë‚à ö¬• where value cannot be modified ?$ |
A. | define pi 6.28F |
B. | pi = 6.28F |
C. | const float pi = 6.28F |
D. | const float pi |
Answer» D. const float pi | |