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 English Hindi 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

How do I get 6 power 13 in c language?
In the C programming language, you can calculate the power of a number using the pow() function from the <math.h> library. To find 6 raised to the power of 13, you would write a C program that includes...
Raju
0 0
6
what is the significance of lvalue?
An lvalue (locator value) represents an object that occupies some identifiable location in memory (i.e. has an address).
Abhishek
Why is C still so popular?
C remains popular for several reasons, and its enduring popularity can be attributed to a combination of historical significance, efficiency, and versatility. Here are some key reasons why C is still widely...
A
0 0
6
How are portions of a program disabled in demo versions?
By making them comments. This can be achieved by using // sign before the line or by surrounding multiple lines in within /*...lines of comment...*/
Akhilesh
0 0
5
How can you avoid including a header more than once?
Most common ways, use: #pragma once on top of the each header file (though non standard but most compilers support it) or do the following, if you want to protect abc.h from multiple inclusions then...
Deepak
0 0
7

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

Ask a Question

Related Lessons

C Program-Temperature [conversion from farenheit to degree celsius]
//WAP to convert temperture from farenheit into degree celsius //Header files#include<stdio.h>#include<conio.h> //Main functrion void main(){ //Variable declaration of type float float...

INTRODUCTION TO PROGRAMMING LANGUAGES
Language is a medium for communication. If we want to perform anything with another person, we can know the human language as a human being. Similarly, if we want to perform anything with a computer, we...

C Program-Upper Case Demo
/*WAP to print the character entered by user in upper case*/ //Header files #include<stdio.h>#include<conio.h> //Main function void main(){ char ch; //Function for clearing screen clrscr(); ...

C Program-Error Handling[Program Exit Status]
//Header files #include<stdio.h>#include<conio.h>#include<stdlib.h> //Main Function void main(){ int dividend=20; int divisor=5; int quotient; //Function for clearing screen clrscr();...

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