Learning C Programming || C Programming Comments in C || For Beginners || #C117

Subscribers:
10,800
Published on ● Video Link: https://www.youtube.com/watch?v=TmPDx2aSaHk



Duration: 5:06
463 views
13


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


2019-02-18Program 14 #P14 -C Program to demonstrate the working of logical operators #C125
2019-02-18Program 13 #P13 - C Program to demonstrate the working of relational with arithmetic operators #C124
2019-02-17Program 12 #P12 - C Program to demonstrate the working of assignment operators #C123
2019-02-17Program 11 #P11 - C Program to demonstrate the working of increment and decrement operators #C122
2019-02-17Program 10 #P10 - Program to demonstrate the working of arithmetic operators #C121
2019-02-17Learning C Programming || C Programming Operators in C || For Beginners || #C120
2019-02-14Inquilab Zindabad ।। 😈😈🙌🙌 भावपूर्ण श्रद्धाजलि ।।
2019-02-14Program 9 #P09 - Program To Swap Numbers Without Using Temporary Variable #C119
2019-02-13Yoga Poses For Beginner's || Let Motivate Ourselves ||
2019-02-13Program 8 #P08 - Program to Swap Numbers Using Temporary Variable #C118
2019-02-12Learning C Programming || C Programming Comments in C || For Beginners || #C117
2019-02-12Learning C Programming || C Programming Escape Sequence in C || For Beginners || #C116
2019-02-12Learning C Programming || C Programming Format Specifiers in C || For Beginners || #C115
2019-02-10Program 7 #P07 - C Program to Find the Size of int, float, double and char #C114
2019-02-09Program 6 #P06 - C Program to Compute Quotient and Remainder || Learning C Programming #C113
2019-02-07"Daily Rangoli " By Artist Janaki Rao WOW
2019-02-07Artist Sejal Wow
2019-02-06Important TIP : FUNDS FROM ATM (SECURITY) (PIN-CODE ACCESS PREVENTION)
2019-02-06Program 5 #P05 - C Program to Find ASCII Value of a Character || Learning C Programming #C112
2019-02-06Program 4 #P04 - C Program - Multiply two Floating Point Numbers || Learning C Programming #C111
2019-02-05Program 3 #P03 - C Program to Add Two Integers || Learning C Programming || For Beginners || #C110



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