Introduction to C++ Programming

12345678910
Across
  1. 2. He developed the C++ Programming language.
  2. 5. This allows a programmer to more easily trace a program’s execution in order to locate and correct errors in the program’s implementation.
  3. 6. It combines the compiler-generated machine code with precompiled library code or compiled code from other sources to make a complete executable program.
  4. 9. It modifies the contents of the source file before the compiler begins processing the code.
  5. 10. A set of words, symbols, and codes that enables humans to communicate with computers.
Down
  1. 1. The languages by which a user commands a computer to work on the algorithm which a user has written to get an output.
  2. 3. This software,converts the code written in a high-level language into object file.
  3. 4. A series of organized instructions that directs a computer to perform tasks.
  4. 7. It allows the user to enter the program source code and save it to files.
  5. 8. It is the way pieces of the language are arranged to make well-formed sentence.