High-Level Computer Languages

Screenshot 2025-10-02 at 5.02.07 PM.png

Compilers

Compilers are…

In here, Source code is the original program in a high level language (text file)

and Object code is The translated version in machine language (binary file)

Screenshot 2025-10-02 at 5.03.06 PM.png

C++ Language

And a sample program might look like this: