Tag: myth
-
Breaking myth about C and C++
Breaking Myths about C and C++ – Part 1 Myth C++ is a high level Language Reality The Answer is NO. Both C and C++ is middle level language. Though, C++ tends toward high –level languages but still it has some middle-level languages feature like pointers. If there are pointers, we can interact with address; we can… Read.
