Solved

To Open a File with a User Supplied Name, You

Question 22

Multiple Choice

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 filename20) ;
C) char filename[20];
D) char filename[21];

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions