πŸ“Š C Programming
Q. Which type conversion is NOT accepted?
  • (A) char –> int
  • (B) double –> char
  • (C) int –> char
  • (D) float –> char *
πŸ’¬ Discuss
βœ… Correct Answer: (D) float –> char *

Explanation: The conversion of float to char* is not allowed.

Explanation by: Admin
The conversion of float to char* is not allowed.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
327
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
84%
Success Rate