9 Key points on C++/Important/Learn C++/Beginner to Master

/*Hello friends I am giving you the most important key points that you should never forget as a C++ programmer*/

Important points based on data types,variables & Expressions:-

  1. Every programming language has two fundamental elements, viz., data types and variables.
  2. In C++, the data types are classified as three main categories (1) Built-in data types (2) User-defined data types (3) Derived data types.
  3. The variables are the named space to hold values of certain data type.
  4. There are five fundamental data types in C++: char, int, float, double and void.
  5. C++ compiler allocates specific memory space for each and every data handled according to the compiler’s standards. Variables are user-defined rames assigned to a memory location in which the values are stored.
  6. Declaration is a process to instruct the compiler to allocate memory as per the type specified along with the variable name.
  7. Manipulators are used to format output of any Ct+ program. Manipulators are functions specifically designed to use with the insertion (<<) and extraction(>>) operators.
  8. An expression is a combination of operators, constants and variables arranged as per the rules of C++.
  9. The process of converting fundamental data type into another is called as “Type Conversion? C++ provides two types of conversions (1) Implicit type conversion and (2) Explicit type conversion.

Thanks for visiting my blog.Hope you are BENIFITTED from my blog.Hope of your visit again.

Leave a comment

Design a site like this with WordPress.com
Get started