- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Comments in C Programming #shorts #cprogramming #computerengineering
Comments in C language are lines of text that are ignored by the compiler. They're used to explain the code, make it more readable, and help others understand the logic behind the code.
Types of Comments in C:
1. *Single-line comments*: Start with `//` and continue until the end of the line.
2. *Multi-line comments*: Start with `/*` and end with `*/`, can span multiple lines.
Example:
// This is a single-line comment
/* This is a
multi-line comment */
// Function to add two numbers
int add(int a, int b) {
return a + b; // Return the sum
}
Best Practices:
- Use clear and concise language.
- Avoid unnecessary comments.
- Keep comments up-to-date with the code.
@BRILLIANCETUTORIALCLASSES @Shorts
Видео Comments in C Programming #shorts #cprogramming #computerengineering канала BRILLIANCE TUTORIAL CLASSES
Types of Comments in C:
1. *Single-line comments*: Start with `//` and continue until the end of the line.
2. *Multi-line comments*: Start with `/*` and end with `*/`, can span multiple lines.
Example:
// This is a single-line comment
/* This is a
multi-line comment */
// Function to add two numbers
int add(int a, int b) {
return a + b; // Return the sum
}
Best Practices:
- Use clear and concise language.
- Avoid unnecessary comments.
- Keep comments up-to-date with the code.
@BRILLIANCETUTORIALCLASSES @Shorts
Видео Comments in C Programming #shorts #cprogramming #computerengineering канала BRILLIANCE TUTORIAL CLASSES
comments in c language types of comments in c language what are comments in c language comments in c language in hindi how to add comments in c language comments in c language tutorial how write comments in c language purpose of comments in c language how to write comments in c language comments in c programing language comments in c programming language steps to to write comments in c language c language comments define comment in c language
Комментарии отсутствуют
Информация о видео
15 ноября 2025 г. 20:58:33
00:00:59
Другие видео канала




















