What is the best way to comment out a section of code that contains comments?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

Learn by doing it. No theory Only Practical

you can use /* multiple line comments */ and // for single line comments
Comments

14yrs exp Math Computers Science Teaching. Improvement In Scores Guaranteed Fee REFUND

Use group commenting... /*and */
Comments

Ugly but most convenient, put the section of code between: #if 0 // it is Zero not o ... section of code to be commented... #endif
Comments

Professional Trainer:: Hadoop Big Data, DevOps, Perl, Python

you should enclose comment with /* with in this block, remember, do not have multiple comments within the block */
Comments

Software Professional Trainer with 26+ years of Experience in Software Design and Development

Use individival comments with /* ................. */ /* ................. */ /* */ otherwise you can use // (double slash) If it is supported in that compiler
Comments

The first method is to use the /* and */ symbols to denote the beginning and end of a comment. The other way to put comments in your program is to use the // symbol. Everything from the // symbol to the end of the current line is omitted from the compiled version of the program
Comments

IT Professional Trainer with 13 years of experience in IT industry + Academics

A section of code has to be enclosed ..starting by /* sign ... should be ended by */
Comments

Programming Trainer

By using /* (Comments) */
Comments

Doing mathematics & computing from IIT Delhi

Select the commented section and press ctrl + / in dev cpp. You can try it in others also.
Comments

Thanks for the question Prasad ...... With the help of multiline comment block /* …… */ Thanks, Team DishaaPro www.dishaapro.com
Comments

View 8 more Answers

Related Questions

Why C language is still available in market, while so many & much easier languages are available ?
Now, I agree that you can use OOP in C to some extent, but it's sort of painful and inelegant (well at least compared to C++ I guess). So, what makes C so popular? Is it efficiency; being low-level; the...
Pankaj
How can a program be made to print the line number where an error occurs?
The ANSI C standard includes a predefined macro named __LINE__ that can be used to insert the current source code line number in your program. This can be a very valuable macro when it comes to debugging your program and checking for logic errors.
Rituparna
0 0
7
How can I develop my C language?
To develop your skills in the C programming language, consider the following steps: 1. Learn the Basics: Start with understanding the fundamental concepts of C, such as variables, data types, operators,...
Himanshu
0 0
5

What is void main () into main and what it does?

Void means nothing or empty. void main() - means here main() return nothing.int main() - means here main() returns an integer value.
Noreen
Can you define which header file to include at compile time?
Yes we can do it by using conditional comilation
Thileshwari
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Programming Practice Technique
Any Programming Language required an Algorithm. Algorithm - It is the finite set of instructions in which each and every instruction has the meaning, instructions are not ambiguous and all the instructions...

Storage classes in c
Storage classes determine the scope and life time of a variable. Scope is defined as the region over which the defined variable is accessible. Lifetime is the time during which the value of a variable...

Why do pointers have a datatype?
Before we start with pointers you must know what is a variable and a datatype. int a; This is the basic line in every program in 'C' . It means that we are asking the compiler to give us 2 bytes of space...

C Program to print Block Letter and Small Case Alphabets using C
/* WAP to print Block Letter and Small Case Alpahbets using C*/ //Hint:use ascii code(value) to print #include#include void main(){ int i; clrscr(); //Block Letters Alphabets printf("Block Letters Alphabets\n");...

Why Indexing Should Start From Zero In Array ?
Why numbering should start at zero? To denote the subsequence of natural numbers 2, 3, ..., 12 without the pernicious three dots, fourconventions are open to usa) 2 ≤ i < 13b) 1 < i ≤ 12c)...

Recommended Articles

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you