adplus-dvertising
frame-decoration

Question

What is the purpose of type casting in programs?

a.

To hide data types from view

b.

To perform type conversions

c.

To establish the exact data type in program binaries

d.

To perform arithmetic operations on data types

Posted under Reverse Engineering

Answer: (b).To perform type conversions Explanation:Type casting is used to perform type conversions in programs.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the purpose of type casting in programs?