03| hello world program in c | Running first program using C language | C language tutorial in hindi

Опубликовано: 14 Октябрь 2024
на канале: Programming Funda
315
12

In this lesson, I have discussed following :
1. How to create your project in code blocks and run it
2. What is pre processor directive ? # include stdio.h and stdlib.h
3. What is main function? Why we write int main
4. What are statements in c
5. How to write comment in c
6. single line and multi line comment in C
7. What is minimal code in C