Which of the following is a valid C# constant definition?
1.constant <data_type> <constant_name> = value;
2.const <data_type> <constant_name> = value;
3.final <data_type> <constant_name> = value;
4.(all of these)
Answer:2
Posted Date:-2022-08-15 11:03:03