The first item in a singly linked structure is accessed using a head link.
Answer the following statement true (T) or false (F)
True
Computer Science & Information Technology
You might also like to view...
Explain how DFDs can be used in requirements modeling.
What will be an ideal response?
Computer Science & Information Technology
Which of the following statements displays the contents of a string called ‘class’ correctly?
A. cout << “I have “ class “on Mondays”; B. cout<< “I have “ << class << “on Mondays”; C. cout<< “I have << class << on Mondays”; D. cout<< “I have ‘class’ on Mondays”;
Computer Science & Information Technology