Computer Science, asked by garry2114, 1 year ago

The programming languages c and c++ are not strongly typed languages because

Answers

Answered by aishwaryaprakashv
0

C++ is more strongly typed than C because it has parametric polymorphism (through templates), letting you create generic data types that are still accurately typed. Python is not as strongly typed as C++ because it can't accurately represent such types. C++ may have loopholes, but Python's type system is still weaker.

Similar questions