IT232 C Programming

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".

5
A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.

Discussion

Loading…

More C Programming questions

All C Programming old questions