Home » C# Programming » Datatypes

Which of the following is the correct ways to set a value 3.14 in a variable pi such that it cannot be modified?

Correct Answer: const float pi = 3.14F;

← Previous Question Next Question→

More Questions from Datatypes

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion