Skip to content

PavankumarUppar/C-Programming

Repository files navigation

C Programming Lab Submissions

Welcome to my C Programming Lab submissions repository! In this repository, you will find solutions to various programming tasks assigned during the C Programming Lab. Below is a list of the programs along with brief descriptions for each.

Programs:

  1. Fahrenheit to Celsius Converter

    • Description: This program converts degrees Fahrenheit into degrees Celsius using a simple formula.
  2. Triangle Area Calculator

    • Description: This program calculates the area of a triangle given its sides as input using functions.
  3. Quadratic Equation Solver

    • Description: This program finds all possible roots of a quadratic equation.
  4. Vowel or Consonant Checker

    • Description: Determine whether the entered character is a vowel or a consonant using a switch case statement.
  5. Even Number Printer

    • Description: This program prints even numbers from M to N where M and N are user-defined values.
  6. Sum of Squares of Odd Numbers

    • Description: Calculate the sum of squares of the first 'n' odd numbers where 'n' is a user-defined value.
  7. Matrix Addition

    • Description: Perform the addition of two matrices.
  8. String Manipulation

    • Description: Copy one string to another string and find its length without using built-in functions.
  9. Student Details

    • Description: Create a student structure, read details of two students, and print the student with the highest score.
  10. Arithmetic Operations with Pointers

    • Description: Perform arithmetic operations (addition, subtraction, multiplication, division, and remainder) on two integers using pointers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages