Exam 11: Structured Data

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The name of the structure is referred to as its

(Multiple Choice)
5.0/5
(35)

If Circle is a structure tag, the statement Circle *pcirc;

(Multiple Choice)
4.8/5
(31)

Look at the following structure declaration. struct Employee { String name; Int idNum; }; In this declaration, idNum is

(Multiple Choice)
4.8/5
(44)

Look at the following structure declaration. struct Employee { String name; Int idNum; }; In this declaration, Employee is

(Multiple Choice)
4.9/5
(42)

This is like a structure, except all members occupy the same memory area.

(Multiple Choice)
4.8/5
(37)

A function ___________ return a structure.

(Multiple Choice)
4.8/5
(38)

If a is a structure variable and p, a pointer, is a member of the structure, what will the following statement do? cout << *a.p;

(Multiple Choice)
4.9/5
(32)

Before a structure can be used, it must be

(Multiple Choice)
4.8/5
(30)

Which of the following assigns a value to the hourlyWage member of employee[2]?

(Multiple Choice)
4.8/5
(30)

With an enumerated data type, the enumerators are stored in memory as

(Multiple Choice)
4.7/5
(37)
Showing 41 - 50 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)