How do you call the function to read a whole line of input(up to 80 characters) from the keyboard into a c-string named str?

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

cin.getline(str,80);

Computer Science & Information Technology

You might also like to view...

Jim starts a new job as a system engineer, and his boss provides him with a document entitled "Forensic Response Guidelines." Which one of the following statements is not true?

A. Jim must comply with the information in this document. B. The document contains information about forensic examinations. C. Jim should read the document thoroughly. D. The document is likely based on industry best practices.

Computer Science & Information Technology

What is the efficiency of linear search?

a. O(1). b. O(log n). c. O(n). d. O(n2).

Computer Science & Information Technology