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
You might also like to view...
The name of a constructor is _____________
Fill in the blank(s) with the appropriate word(s).
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
Microsoft's search engine is called Safari
Indicate whether the statement is true or false
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