Repository files navigation c-programming-assignments
Input-Output assignments (22 out of 23 Done)
Write a program to print your name and details (DONE)
Write a program that will display the size of int, float, double, char data type. (DONE)
Write a program to find a character of ASCII value. (DONE)
Write a program to find ASCII value of a character. (DONE)
Write a program that convert lowercase letter to uppercase using library function. (DONE)
Write a program that convert uppercase letter to lowercase using library function. (DONE)
Write a program that convert lowercase letter to uppercase without using library function. (DONE)
Write a program that convert lowercase letter to uppercase without using library function. (DONE)
Write a program that convert decimal to octal. (DONE)
Write a program that convert octal to decimal. (DONE)
Write a program that convert decimal to hexa-decimal. (DONE)
Write a program that convert hexa-decimal to decimal. (DONE)
Write a program that convert octal to hexa-decimal. (DONE)
Write a program that convert hexa-decimal to octal. (DONE)
Write a program that add 2 integers/floating point number. (DONE)
Write a program that add, subtract, multiply, divide 2 integers/floating point number. (DONE)
Write a c program that calculate the area of a triangle. (DONE)
Write a c program that calculate the area of a triangle, 3 sides length are given.
Write a C program that calculate the area of a rectangle. (DONE)
Write a C program that calculate the area of a circle. (DONE)
Write a C program that convert the Celsius temperature to Fahrenheit. (DONE)
Write a C program that convert the Fahrenheit temperature to Celsius. (DONE)
Write a C program that swaps 2 numbers. (DONE)
About
Assignment Submissions for C
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.