

MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your C Programming knowledge and support exam preparation. Choose a topic below to get started.
1. |
The statement prog < infile causes _________ |
A. | prog to read characters from infile |
B. | prog to write characters to infile |
C. | infile to read characters from prog instead |
D. | nothing |
Answer» B. prog to write characters to infile | |