πŸ“Š C Programming
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

πŸ‘οΈ
47
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
82%
Success Rate