From an email list I subscribe to:
The “C” language combines the power and speed of Assembly Language with the ease and readability of Assembly Language
#include <iostream> int main() { std::cout << "Heh...\n"; }