Answer the following statements true (T) or false (F)

1. When you add a structure instance to a List, the List will contain a copy of the object.
2. Like strings, enumerators must be enclosed in quotation marks.
3. When you declare an enumerated type, the enumerators are automatically assigned integer values, starting with 0, unless you provide other specific values.
4. Enumerators and enum variables have a To String method.
5. You can assign an enumerator directly to an int variable.

1. TRUE
2. FALSE
3. TRUE
4. TRUE
5. FALSE

Computer Science & Information Technology

You might also like to view...

Creating an Access Database Executable (ACCDE) file will remove all VBA source code from the database

Indicate whether the statement is true or false

Computer Science & Information Technology

Which current authentication method is typically used over a LAN?

A. CHAP B. Kerberos C. MS-CHAP D. PAP

Computer Science & Information Technology