Comments In C Programming Language
Satish B
https://technotip.com/8570/comments-in-c-programming-language/
In this video tutorial lets learn about using comments in C programming language.
There are 2 types of comments in C program
- Single Line Comment.
- Multi-line comment.
Single Line Comment Whatever is written after double forward slash ( // ) in that same line, will be treated as comment.
Multi-Line Comment Anything written inside a /* and / is considered multiple comment. Text inside / and */ can be written in multiple lines and all those things will be considered as comments.
C Programming Interview / Viva Q&A List https://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert https://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=fNu6hAVr6A0
6707682 Bytes