Skip to content

TimsTittus/C-Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Programming

Welcome to the C Programs Repository!

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.

Ensure you have C programming supported software installed on your system,or you can use any online c compiler.

Table of Contents

Introduction

Coding

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.

Programs

  1. Sum of two numbers
  2. Substract two numbers
  3. Largest of three numbers using conditional operator/ternary operator
  4. To read & display an integer number
  5. To read & display an floating point number
  6. To find the number is ODD or EVEN
  7. To check whether a number is ODD/EVEN using GOTO statement
  8. To find LARGEST among three numbers
  9. Check whether the given number is ARMSTRONG or not
  10. Check whether the given number is PRIME
  11. To reverse a number
  12. To count the number of characters present in a string
  13. To multiply two numbers
  14. To find Area of circle
  15. Find area of circle,rectangle,square using switch statement
  16. To check whether you are ELIGIBLE TO VOTE
  17. Convert METRE to CENTIMETRE
  18. To find FACTORIAL of a number
  19. To find FIBONACCI SERIES of a number
  20. Print MULTIPLICATION TABLE
  21. Find average marks obtained by a class of students
  22. To find Quotient of a number
  23. To check whether a number is PERFECT NUMBER or not
  24. To copy a string to another string
  25. Simple calculator using SWITCH statement
  26. Print days of a week by accepting day number
  27. Swap two variables
  28. To find the size of datatypes
  29. String concatenation using Strcat ()
  30. To find a number using LINEAR SEARCH algorithm
  31. Swap two numbers by CALL BY REFERENCE
  32. To add two numbers using pointers
  33. To swap two variables using pointers

Contact

About

I will be adding here the C programming codes that i'll be doing for a while

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages