006.0000 What are some of the basic
programming conventions in C/C++ ?
q
C/C++ is a translated (not Interpreted) language
q
it is not strongly typed
q
each statement ends with a semicolon
q
the ellipses
and parentheses must match.
q
it is case sensitive