2
Answers

How to Count Number of lines in C# console application?

How to count
1.Total LOC
2.Number of Non Blank Lines
3.Source LOC:Without comments and blank lines
4.Logical LOC: Number of program statements
5.Number of Single comment line
for any given file?
 

Answers (2)