Here in this course we will study full C-Language course which is important for the coding . For taking job in IT sectors programming is very important . And for this you should have the knowledge of any one language . And C is the basic language ,mother of all the language. So we will study C - language in this course. Our C tutorial explains each topic with programs. By learning C, you will understand basic programming concepts.
So let's start:-
What is C-Language:-
C is the basic programming language which is develop by Dennis Ritchie in 1972. It is high level programming language. It is the base of all he programming language so it is called mother language of other programming language. It is machine independent language.
👉 C-- Tokens
👉Warmup program in C
👉Data type in C
👉Operators in C
👉Type Conversion in C
👉Decision making construct (if and else))
👉Practice problems on if and else
👉Switch Case in C
👉Practice problems on switch case
👉Loops in C part-1
👉Nested loop in C
👉Break and Continue in C
👉Practice Problems on loops
👉Function
👉Function declaration
👉Example of function
👉Types of user define function
👉Recursion
👉Rule of recursion
👉Advantage and disadvantage of recursion
👉Array
👉Initialization of Array
👉Practice questions of 1D array
👉2D array
👉String
👉Reading and writing of string
👉string functions
👉Pointer in c
👉How to access the Value using pointer
👉Call by value and call by reference
👉Structure data type
👉union in c
👉Array of structure
👉File Handling
👉Dynamic memory allocation
👉Singly link list
👉Doubly link list
👉File inclusion
👉Type conversion in C
👉Conditional operator in C
👉Enumerated data type
Recommended Post:
Hackerearth Problems:-
- Very Cool numbers | Hacker earth solution
- Vowel Recognition | Hackerearth practice problem solution
- Birthday party | Hacker earth solution
- Most frequent | hacker earth problem solution
- program to find symetric difference of two sets
- cost of balloons | Hacker earth problem solution
- Chacha o chacha | hacker earth problem solution
- jadu and dna | hacker earth solution
- Bricks game | hacker earth problem
- Anti-Palindrome strings | hacker earth solution
- connected components in the graph | hacker earth data structure
- odd one out || hacker earth problem solution
- Minimum addition | Hackerearth Practice problem
- The magical mountain | Hackerearth Practice problem
- The first overtake | Hackerearth Practice problem
- Playing With Characters | Hackerrank practice problem solution
- Sum and Difference of Two Numbers | hackerrank practice problem solution
- Functions in C | hackerrank practice problem solution
- Pointers in C | hackerrank practice problem solution
- Conditional Statements in C | Hackerrank practice problem solution
- For Loop in C | hackerrank practice problem solution
- Program to find cycle in the graph
- Implementation of singly link list
- Implementation of queue by using link list
- Algorithm of quick sort
- stack by using link list
- program to find preorder post order and inorder of the binary search tree
- Minimum weight of spanning tree
- Preorder, inorder and post order traversal of the tree
- How to set limit in the floating value in python
- What is boolean data type
- How to print any character without using format specifier
0 Comments