Language
C
Compiler
gcc 11.1.0
Options
Warnings
C11(GNU)
no pedantic
Raw compiler options
-lm
$ gcc prog.c -Wall -Wextra -std=gnu11 -lm
Please Enter an Operator (+, -, *, /, ^ , $ , P ) :
+ = addition
- = subtraction
* = multiplication
/ = divide
^ = power
P = percentage
$ = square root
Please Enter the Values for two Operands: num1 and num2 :
The result of 8.00 ^ 8.00 = 16777216.00
Exit Code:
0