Question 15
Remove all data from file and write "1,2,3" to "numbers.txt".
Remove all data from file and write "1 2 3" to "numbers.txt".
Appends "1,2,3" to "numbers.txt".
Appends "1 2 3" to "numbers.txt".
Remove all data from file and write "1,2,3" to "numbers.txt".
Remove all data from file and write "1 2 3" to "numbers.txt".
Appends "1,2,3" to "numbers.txt".
Appends "1 2 3" to "numbers.txt".
Correct answer
Appends "1 2 3" to "numbers.txt".
Question 15 of 26 in the IIT Madras BS Programming in C (Programming in C) End Term paper sat on 24 Dec 2023, in the September 2023 term (IIT M ES FOUNDATION FN EXAM FEF2 24 Dec 2023). It carries 4 marks.