Home / C# Programming / Enumerations :: Discussion

Discussion :: Enumerations

  1. Which of the following CANNOT be used as an underlying datatype for an enum in C#.NET?

  2. A.
    byte
    B.
    short
    C.
    float
    D.
    int

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment