A

Admin • 833K Points
Coach

Q. Which type conversion is NOT accepted?

  • (A) char –> int
  • (B) double –> char
  • (C) int –> char
  • (D) float –> char *
  • Correct Answer - Option(D)
  • Views: 24
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

The conversion of float to char* is not allowed.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.