📄️ introduction
C is a powerful general-purpose programming language. It can be used to develop software like operating systems, databases, compilers, and so on. C programming is an excellent language to learn to program for beginners.
📄️ compilation process
📄️ format specifiers
📄️ naming conviction
- must indicate what value it store
📄️ Escape sequence
📄️ Operators
- Arithmetic operators
📄️ Decition Statement
📄️ Loops Statement
📄️ Perttern programming
The pattern contains N rows and each row contains N-x + 1 columns (where x is the current row number). So to print hollow inverted right triangle star patterns in C inner loop print star for first or last column or last row otherwise print space.
📄️ Array
What is an Array in C ?
📄️ pointer
What is a pointer in C?
📄️ String
In C programming, a string is a sequence of characters terminated with a null character \0. For example: