C PROGRAMMINGÂ
 Mother of all Programming Languages!
Subscribe to Our Channel for more updates and informative videos!
C PROGRAMMINGÂ
 Mother of all Programming Languages!
Learn all important concepts of C Programming along with Lectures and Practical programs here! Get a complete solution to understand C programming concepts like, Basics of C, Control Statements in C, Loops, Functions, Pass by Value, Pass by Address, Pointers, Arrays, Structures, 2D Arrays, Dynamic Memory Allocation, Unions, File Handling and much more.
PROGRAMS:
Steps to Install Code Blocks
Program to Print "Hello World!" Message
PROGRAMS:
1. Evaluate a Mathematical Expression Using Operators
Problem: Use various operators to calculate (a + b) * c.
2. Program to Demonstrate Precedence and Associativity
3. Program to Demonstrate the difference using scanf() and gets() function.
4. C Program to Illustrate Type Casting (Convert float to int using type casting.)
5. Add two numbers and display the result.Â
on Operators & Escape Sequences
PROGRAMS:
1. Increment and Decrement Operators Example
2. Relational and Logical Operators
3. Demonstrate Escape Sequences
Lecture on Decision Control Statements - I
PROGRAMS:Â
1. Check Even or Odd Using if Statement.
2. Check if Number is Positive or Negative Using if...else.
3. Find Maximum Among Three Numbers Using if...else if.
4. Ternary Operator to Check Leap YearÂ
Lecture on Decision Control Statements - II
Codes
Menu driven program to perform mathematical operations using switch case
Menu driven program to find area and perimeter of geometrical shape using switch case