Excercise in C: String Array with Pointer

Write a Program which will take input as string from terminal after that it will perform arithmetic operation as like calculator. Use Pointer and Array in C. Sample input and output is given below:

input: (24/7)+2
output: 5.428

Comments