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...
When the world starts is an example of which of the following:
a. An event b. An event handler c. A method d. A function e. None of these
Computer Science & Information Technology
The data hierarchy, arranged from smallest to largest, is:
a. Bit, byte, record, field, file. b. Byte, bit, field, record, file. c. Bit, byte, field, record, file. d. Byte, bit, field, file, record.
Computer Science & Information Technology
Using a(n) ________ as the record source for a form enables you to pick and choose what fields will be included on the form
Fill in the blank(s) with correct word
Computer Science & Information Technology
What is the computer used in a DDoS attack known as?
A. Botnet B. Bot C. Victim D. Handler
Computer Science & Information Technology