Home / Programming MCQs / C# MCQs / Question

M

Mr. Dubey • 51.17K Points
Coach

Q. Correct Declaration of Values to variables ‘a’ and ‘b’?

(A) int a = 32, b = 40.6;
(B) int a = 42; b = 40;
(C) int a = 32; int b = 40;
(D) int a = b = 42;

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.