GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
1. | Which of the following statement is correct about the program? | |
A. | The code counts number of characters in the file | |
B. | The code counts number of words in the file | |
C. | The code counts number of blank lines in the file | |
D. | The code counts number of lines in the file | |
Answer: Option D | |
Explanation: | |
This program counts the number of lines in the file myfile.c by counting the character '\n' in that file. |
|
Tutorial Link: |