This repository contains a collection of C programs that I come accross as I cover various topics and concepts in C programming.I will be adding here the java programming codes that i am doing for a while through out my second semester.
This repository aims to provide a comprehensive set of C programs that can be used for learning and reference purposes. This is my journey as a beginner in C programming, you'll find useful examples and code snippets to enhance your understanding of C.
- Sum of two numbers
- Substract two numbers
- Largest of three numbers using conditional operator/ternary operator
- To read & display an integer number
- To read & display an floating point number
- To find the number is ODD or EVEN
- To check whether a number is ODD/EVEN using GOTO statement
- To find LARGEST among three numbers
- Check whether the given number is ARMSTRONG or not
- Check whether the given number is PRIME
- To reverse a number
- To count the number of characters present in a string
- To multiply two numbers
- To find Area of circle
- Find area of circle,rectangle,square using switch statement
- To check whether you are ELIGIBLE TO VOTE
- Convert METRE to CENTIMETRE
- To find FACTORIAL of a number
- To find FIBONACCI SERIES of a number
- Print MULTIPLICATION TABLE
- Find average marks obtained by a class of students
- To find Quotient of a number
- To check whether a number is PERFECT NUMBER or not
- To copy a string to another string
- Simple calculator using SWITCH statement
- Print days of a week by accepting day number
- Swap two variables
- To find the size of datatypes
- String concatenation using Strcat ()
- To find a number using LINEAR SEARCH algorithm
- Swap two numbers by CALL BY REFERENCE
- To add two numbers using pointers
- To swap two variables using pointers
- Email - timstittus1@gmail.com
