πŸ“Š C Programming
Q. What does the function sizeof() return?
  • (A) Memory address
  • (B) Number of bytes
  • (C) Bit size
  • (D) Data type
πŸ’¬ Discuss
βœ… Correct Answer: (B) Number of bytes

Explanation: sizeof() returns the size of a data type or object in bytes.

Explanation by: Mr. Dubey
sizeof() returns the size of a data type or object in bytes.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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