https://github.com/codersuresh/powercalculator-c
This is very simple and short c program to calculate power. For example, if you enter 2 as a and 3 as b, this program will put 3 on the power of 2 and calculates and gives output as 2^3 = 8. If this code doesn't work on your compiler, you have to add some code. If you faced any error, ping me. my facebook link: https://fb.me/cderSuresh
https://github.com/codersuresh/powercalculator-c
Last synced: over 1 year ago
JSON representation
This is very simple and short c program to calculate power. For example, if you enter 2 as a and 3 as b, this program will put 3 on the power of 2 and calculates and gives output as 2^3 = 8. If this code doesn't work on your compiler, you have to add some code. If you faced any error, ping me. my facebook link: https://fb.me/cderSuresh
- Host: GitHub
- URL: https://github.com/codersuresh/powercalculator-c
- Owner: coderSuresh
- Created: 2019-09-23T12:27:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T10:24:19.000Z (over 5 years ago)
- Last Synced: 2025-01-07T20:12:08.488Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerCalculator-c
This is very simple and short c program to calculate power. For example, if you enter 2 as a and 3 as b, this program will put 3 on the power of 2 and calculates and gives output as 2^3 = 8