MCQOPTIONS
Saved Bookmarks
| 1. |
The programming languages C and C++ are not strongly typed languages because : |
| A. | Both C and C++ allow functions for which parameters are not type checked. |
| B. | Both C and C++ allow functions for which parameters are type checked. |
| C. | Both C and C++ allow functions for which parameters are not type checked and also the union types in these languages are not type checked. |
| D. | Union types in these (C and C++) languages are not type checked. |
| Answer» D. Union types in these (C and C++) languages are not type checked. | |