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.