Implementation and execution of simple programs to understand working of operators like: Unary, Arithmetic, Logical, Relational, Conditional, Bitwise
C Program to find Mechanical Energy of a particle using E = mgh + 1/2mv2
C Program to check the given character is Lowercase or Uppercase or Special Character
C Program to find Roots of the Quadratic equation
C program to implement and validate rules of matrix multiplication.
Develop a C program that reads N integer numbers and arrange them in ascending or descending order using bubble sort technique.
Write functions to implement string operations such as compare, concatenate, string length, Convince the parameter passing techniques.
Implement structures to read, write and compute average marks and the students scoring above and below the average marks for a class of N students.