Q. What does 'fgetc()' do in C?

  • (A) Reads a string
  • (B) Reads a character from stdin
  • (C) Reads a character from a file
  • (D) Gets file size
πŸ’¬ Discuss
βœ… Correct Answer: (C) Reads a character from a file
Explanation: fgetc() reads the next character from a file.
Explanation by: Mr. Dubey
fgetc() reads the next character from a file.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
59
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate