Question: Write a function on C language which eliminates the extra 0s from the beginning and at the end.For instance, if the input is -00012.0100 then
Write a function on C language which eliminates the extra 0s from the beginning and at the end.For instance, if the input is -00012.0100 then the function should return -12.01
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
