C++ Program to counts number of characters, number of words and number of lines

Q.7) Write a program that accepts the filename using command line arguments and counts number of characters, number of words and number of lines.

Ans.


Post your comment