Answer the following statements true (T) or false (F)
1. A structure declaration does not create anything in memory until you create a new instance of the structure.
2. Structures are value types, so a structure object contains all of its data at the variable’s memory location.
3. The programming terms instance and an object have the same meaning.
4. When you create a structure object with a simple declaration, the object's fields are initialized to their default values.
1.TRUE
2. TRUE
3. TRUE
4. FALSE
Computer Science & Information Technology
You might also like to view...
A storyboard shows a simple arrangement of files and effects used to make up a project
Indicate whether the statement is true or false
Computer Science & Information Technology
The file extension indicates where the file is stored
Indicate whether the statement is true or false
Computer Science & Information Technology