Hi Team
Anyone has an example of using C# to analyse comments written in text file, the program must be able to read those comments based on its length from the file if its less than 15 character string and identify @ symboles etc.
Hi Team
Anyone has an example of using C# to analyse comments written in text file, the program must be able to read those comments based on its length from the file if its less than 15 character string and identify @ symboles etc.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ijas AhamedPosted Oct 21, 2022, 6:32 AM
Comments are used for explaining the code and are used in a similar manner as in Java, C or C++. Compilers ignore the comment entries and do not execute them. Generally, programming languages contain two types of comments but in C#, there are 3 Types of comments :
Syntax :
Syntax :
Syntax :