How To Use Static Cast In C Software

In C++, a cast operator is an Unary Operator which forces one data type to be converted into another data type. In c++ static ...

author avatar

0 Followers
How To Use Static Cast In C Software

In C++, a cast operator is an Unary Operator which forces one data type to be converted into another data type. In c++ static cast converts between types using a combination of implicit and user-defined conversions. In another term a static_cast returns a value of type new_type.

Top
Comments (0)
Login to post.