C ProgrammingTU Board 2022
Write a program to read an integer from the user. If the given integer is odd then write it into the file named "Odd.dat", otherwise write it into "Even.dat".
5A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.
Discussion
Loading…