To open a file with a user supplied name, you would need to store the name in a variable. If the file name was to have no more than 20 characters in it, which would be an appropriate declaration of the file name variable?

a. char filename;
b. char filename(20);
c. char filename[20];
d. char filename[21];


d. char filename[21];

Computer Science & Information Technology

You might also like to view...

You are NOT able to add new words to the Office dictionary

Indicate whether the statement is true or false.

Computer Science & Information Technology

Performance Analyzer can only run on one Access database object at a time.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You are a systems administrator and you need to monitor the health of your production environment. You decide to do this using Cloud Watch, however you notice that you cannot see the health of every important metric in the default dash board. Which of the following metrics do you need to design a custom cloud watch metric for, when monitoring the health of your EC2 instances?

A. CPU Usage B. Memory usage C. Disk read operations D. Network in E. Estimated charges

Computer Science & Information Technology

?The _________________ numbering system is often used in legal pleadings. Each Roman numeral represents a major aspect of the report, and each Arabic numeral is an important piece of supporting information.

A. decimalĀ  B. ?ordered-sequential C. ?legal-sequential D. ?reverse-order

Computer Science & Information Technology