Q31
What is the correct way to declare a floating-point variable with single precision in C#?
A.
Num float;
B.
Var num;
C.
float num;
AnswerD.
double num;
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board