Skip to content

Mahim2000/c-programming-assignments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

c-programming-assignments

Input-Output assignments (22 out of 23 Done)

  1. Write a program to print your name and details (DONE)
  2. Write a program that will display the size of int, float, double, char data type. (DONE)
  3. Write a program to find a character of ASCII value. (DONE)
  4. Write a program to find ASCII value of a character. (DONE)
  5. Write a program that convert lowercase letter to uppercase using library function. (DONE)
  6. Write a program that convert uppercase letter to lowercase using library function. (DONE)
  7. Write a program that convert lowercase letter to uppercase without using library function. (DONE)
  8. Write a program that convert lowercase letter to uppercase without using library function. (DONE)
  9. Write a program that convert decimal to octal. (DONE)
  10. Write a program that convert octal to decimal. (DONE)
  11. Write a program that convert decimal to hexa-decimal. (DONE)
  12. Write a program that convert hexa-decimal to decimal. (DONE)
  13. Write a program that convert octal to hexa-decimal. (DONE)
  14. Write a program that convert hexa-decimal to octal. (DONE)

Operators assignments

  1. Write a program that add 2 integers/floating point number. (DONE)
  2. Write a program that add, subtract, multiply, divide 2 integers/floating point number. (DONE)
  3. Write a c program that calculate the area of a triangle. (DONE)
  4. Write a c program that calculate the area of a triangle, 3 sides length are given.
  5. Write a C program that calculate the area of a rectangle. (DONE)
  6. Write a C program that calculate the area of a circle. (DONE)
  7. Write a C program that convert the Celsius temperature to Fahrenheit. (DONE)
  8. Write a C program that convert the Fahrenheit temperature to Celsius. (DONE)
  9. Write a C program that swaps 2 numbers. (DONE)

About

Assignment Submissions for C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 100.0%