Question #5:
Write a C program that reads real numbers from a data file named "numbers.txt", one-by-one.
For each number, the program checks whether the number is positive or negative, and writes only the positive numbers to a text file named "result.txt".
The program must use the necessary code to handle File not found/not created errors.
Below are examples of the input and output files
3.14
-25.5
-22.7
10.25
20.0
-18.2
numbers.txt
Results.txt
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here