Key Features

Experienced Teachers
Smart Classes
Regular Test
Study Material

Well qualified teachers with industrial experience.

To visualise or understand topics very easly.

We are organizing online and offline regular test.

We are providing prescribed study material.

Saturday, October 10, 2020

C++ Programming : Data Types




Data types define the type of data a variable can hold, for example an integer variable can hold integer data, a character type variable can hold character data etc.

Data types in C++ are categorised in three groups:

  • Built-in.
    • int
    • char
    • float
    • double
    • Boolean
    • void
    • wide character

  • User-Defined.
    • struct
    • union
    • enum

  • Derived.
    • Array
    • Function
    • Pointer


No comments:

Post a Comment