Learning C Programming || C Programming Comments in C || For Beginners || #C117
Channel:
Subscribers:
10,800
Published on ● Video Link: https://www.youtube.com/watch?v=TmPDx2aSaHk
Comments in C language are used to provide information about lines of code. It is widely used for documenting code. There are 2 types of comments in the C language.
1. Single Line Comments
2. Multi-Line Comments
Single Line Comments
Single line comments are represented by double slash \\. Let's see an example of a single line comment in C.
Multi Line Comments
Multi-Line comments are represented by slash asterisk \* ... *\. It can occupy many lines of code, but it can't be nested.
#rubalsolutions #coding #developer #programming #programmer #technology #clanguage #computerscience #c #informaticpractices #sub #subscribe #youtube #newyoutuber #youtubechannel
Other Videos By Rubal Solutions
Tags:
computer education
computer education in Hindi
computer education for kids
basic computer training
kids computer
computer for kids
kids technology
rubalsolutions
beginner YouTube
coding
developer
newyoutuber
subscribe
sub
computer-science
#clanguage
#detailedcprogram
c (programming language)
#learn c
c basic programming tutorial
c basic programming in hindi
c basics for beginners
Comments
documenting
1. Single Line
2. Multi-Line
double slash
slash asterisk