All famous C programming Codes in Rust
In this repository you will see all the famous C programming questions from basic to advance in Rust Programming Language.
Codes that are included in this repository are as:
- Check Whether a number is positive or negative
- Check Whether a number is even or odd
- program to calculate area of rectangle
- program to calculate volume of sphere
- Program to find area of pentagon
- Find volume of cube
- Program to calculate CGPA Percentage
- convert fahrenheit to celsius
- Program to check Disarium Number = 1^1 + 7^2 + 5^3 = 1 + 49 + 125 = 175
- Program to check happy number
- program to print happy number between 1 to 100
- Program to check if given number is pronic number or not