C Programming - Old Questions
Question Answer Details
10.What is the use of data file in C? Write a program to accept 100 numbers from user and store
them in odd.txt file(if number is odd) or even.txt(If number is even) then display odd numbers
reading from odd.txt file.[1+9]
Answer
AI Generated Answer
AI is thinking...