Programming With C

Programming with C

  • Concepts in C programming
Structure of C program
Understand the Comments in C
Interpreter vs Compiler
Python vs C
Best post to understand Variable in C and its types
Understand static keyword in best way
Understand String in C Programming in best way
Best post to understand Constant in C
Data types explained in easy way C Programming
Best post to learn Operators in C part 1
Best post to learn Operators in C part 2
Learn goto statement of C programming in best way
Best post to learn loops in C part 1-while & do-while
Best post to learn loops in C part 2-for loop
Best post to learn loop in C part 3-infinite loop
Learn break statement in easy way possible
Learn continue statement in best way possible
C Decision Making Statement In easy way part 1
C Decision Making Statement In easy way part 2
8 C Data input/output functions in best way
Array in C with best examples part 1
Best post on Multidimensional array in c -2
Best post on Passing Array to Function in C – 3
3 easy ways to return array from function in C – 4
Learn Functions in C in easy way – part 1
Best post on call by value in C – part 2
Best post on call by reference in C – part 3
Best post on Recursion in C programming – 3
Understand Pointers in C programming in easy way – 1
Understand C pointers and array in easy way – 2
Understand pointer arithmetic in C in easy way – 3
Learn Pointer to a Pointer in C in easy way – 4
More coming soon...

Practicals on C programming

Programs to understand the basic data types and I/O.
Programs on Operators and Expressions.
Programs on decision statements.
Programs on looping.
Programs on arrays.
Programs on functions.
Programs on structures and unions.
Programs on pointers.
Programs on string manipulations.
Practice Programs
1 – C program for leap year, easy and simple code
2 – Best C program to find sum of all digits
3 – Best C program to check Palindrome Number
4 – Best C program to check prime number
5 – Best C program to print Fibonacci series
6 – Best C program to reverse a number
7 – Best C program to reverse an array
8 – Best C program to find average of array
9 – Best C program to find frequency of array element
10 – Best C program to sort array in ascending order
11 – Best C program to find factorial using recursion
12 – Best C program to find sum of all numbers in array
13 – Best C program to find largest element in array
14 – Best C program to swap two numbers without third variable
15 – C Program to check if a number is even or odd
16 – C program to find Simple interest
17 – Best C program to add two matrices
18 – Best C program to count vowels and consonants in a string
19 – Best C program to find LCM
20 – Best C program to find HCF
21 – Best C program to swap two numbers using pointers
22 – Best C program to add two numbers using pointers
23 – Best C program to print Multiplication Table
24 – Best C program to check Armstrong number
25 – Best C program to print half pyramid of star(*)
26 – Best C program to print half pyramid of numbers
27 – Best C program to print reverse half pyramid of star
28 – Best C program to print reverse half pyramid of number
More coming soon...