C Sharp MCQs (Computer Science) From Textbook
Enumerations Notes App Download (Free) | C Sharp Book PDF
C Sharp MCQs – Certification Test 241
Correct output for the code is
enum color
{
red,
green,
blue
}
color c;
c = color.red;
Console.WriteLine(c);
The App: Enumerations Notes App to learn Enumerations Notes, C Sharp Notes App, and General Knowledge Notes App. Download "Enumerations Notes" App: Free C Sharp App (iOS & Android) for programming certifications. Download App Store & Play Store Learning Apps with all functionalities for IT certifications.