volume_mute
Assignment validation in static type binding
publish date: 2022/09/06 01:58:00 GMT+10
volume_muteIn languages that use static type binding such as C, C++ and Fortran, it happens in many cases that that type of the RHS is automatically converted to the type of the LHS of an assignment statement.
Correct Answer
True
Reference
Concepts of Programming languages, 10th ed