A

Admin • 833K Points
Coach

Q. Which of the following type-casting is accepted in C?

  • (A) Implicit type conversion
  • (B) Explicit type conversion
  • (C) Both
  • (D) None of the above
  • Correct Answer - Option(C)
  • Views: 21
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

Implicit type conversion Also called “automatic type conversion”. Done by the compiler, without any user intervention. Explicit type conversion – This process is also called “Type casting” and defined by the user. Here is the syntax in C:

(type) expression;

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.