SUMMARY
  • C++ is a superset of C programming language. Therefore, all facilities of C language are available in C++.
  • Algorithm is an effective method for solving a problem expressed as a finite sequence of instructions.
  • Bit is a basic unit of storing information. Name bit stands for binary digit. It can take only values 0 and 1.
  • Assembly language – A low level language for programming computers or microprocessors. It implements a symbolic representation of the numeric machine codes and other constants needed to program a particular processor.
  • Term Bug stands for unwanted, unintended logical errors in the programs. They prevent programs from giving the desired result.
  • Debugging is a methodical process of finding and reducing the number of bugs, ...

Get Object Oriented Programming with C++, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.