C Sharp MCQs – Certification Test 371
MCQ 371: Select an output for the given code
enum days:int
{
sunday = -3,
monday,
tuesday
}
Console.WriteLine((int)days.sunday);
Console.WriteLine((int)days.monday);
Console.WriteLine((int)days.tuesday); :
The App: Enumerations MCQ App to Study Enumerations Notes, C Sharp MCQ App, and Technical Writing MCQ App to enhance C# study experience.
The "Enumerations" App: Free C Sharp MCQ App Download (iOS & Android) for software architecture studies. Download App Store & Play Store Learning Apps with all functionalities to improve C# coding practice.