fputs function is used to
1. write characters to a file
2. takes 2 parameters
3. returns a character
4. requires a file pointer
Options
- all are true
- all are false
- only 1 and 2 are true
- only 1,2 and 4 are true
CORRECT ANSWER : only 1,2 and 4 are true
Write your comments