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

How do I write code in C programming that will invert a string like "Welcome to programming" to “gnimmargorp ot emocleW”?
void main() { char msg = "Welcome to Programming"; char str; int i = 0, j = 0; clrscr(); while (msg != '\0') { if (msg != ' ') { str = msg; j++; ...
Mukul
hello sir my name is suryateja i am studying in diploma in computer science and engineering my college complect in c language subject i practice with in simple programs my write to won programs how it you?
Hi Syateja, if I understand your questions correctly let me answer. Best thing to learn and progress is to practice writing programs, initially small programs then gradually can write complex program....
Suryateja
Which book is best for learning C programming by a beginner?
One of the most highly recommended books for beginners learning C programming is "The C Programming Language" by Brian Kernighan and Dennis Ritchie. It's often referred to as the "K&R C" book and is praised...
Anil
0 0
8
any one can teach me c++
We all are in teaching profession. Hundreds are registered for teaching C++ in Urban Pro. You can opt any one including me.
Bhuvanesh

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 and C++ programming with memory level debugging
Understanding C and C++ programming by using memory level debugging. Step 1: Understand the Memory map of C executable Step 2: Start memory level debugging using popular IDE Step 3: Find the memory...

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...

Pro learners tip for C language
First get the concept of algorithm before heading to write your first program.

Some interview questions and answers for fresher level on Pointers
What is a void pointer? Void pointer is a special type of pointer which can reference or point to any data type. This is why it is also called as Generic Pointer. As a void pointer can point to...

Dynamic Memory Allocation in C using malloc()
#include <stdio.h>#include <conio.h>//#include <malloc.h> OR#include <stdlib.h>void main(){ int *ptr, i, n, sum = 0; printf("how many elements ? "); scanf("%d", &n);...

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