Google News
logo
C# - Quiz(MCQ)
How do you create a variable with the numeric value 5?
A)
x = 5;
B)
num x = 5
C)
int x = 5;
D)
double x = 5;

Correct Answer :   int x = 5;

Advertisement