Type Casting in C++
What is Type Casting?
Type casting means converting one data type into another.
google.com, pub-8434817042454839, DIRECT, f08c47fec0942fa0
Example
int a = 5;
float b = (float)a;
Types
- Implicit → automatic
- Explicit → manual
Type casting means converting one data type into another.

WhatsApp us