Which of the following statements is correct with respect to the TeleType structure declaration?struct TeleType{  char name[30];  char phoneNum[15];  struct TeleType *nextaddr;};

A. It is not valid in C
B. Can be used to create a linked list of TeleType structures
C. May be valid depending on the compiler
D. Generates a "self-referencing" compiler warning


Answer: B

Computer Science & Information Technology

You might also like to view...

The name of a constructor is _____________

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Using the ____ priority feature, you can later sort according to the importance of the task so you can determine how best to focus your time.

A. instant B. delayed C. built-in D. automatic

Computer Science & Information Technology

Microsoft's search engine is called Safari

Indicate whether the statement is true or false

Computer Science & Information Technology

To display the navigation buttons, point the mouse at the ________

A) lower right corner of the slide B) upper left corner of the slide C) upper right corner of the slide D) lower left corner of the slide

Computer Science & Information Technology