|
C, C++, Java, and C# are all based off the syntax of C. That's not to say there aren't great differences, but the layout of the code is generally the same. Pascal has its own syntax.
Basically, if you see curly braces, boolean operations that consist of == and !=, you've got a C-syntax language.
|