174.
Which of the following is true regarding constants in C#.Net?
View Description
ILDASM can show that the const values are created as static literals by the C# compiler. Constants need to be defined at the compile time.