Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 573 Bytes

Data-Types-in-C-

##AIM: To study about different of data types in C++

##THEORY:

A data type specifies the type of data that a variable can store. C++ supports various types of data types , such as-
1.integer
2.float
3.double
4.char
5.boolean
6.string etc.

All the data types has a specific range/limit and a certain bit size.

Syntax:

{data type)(variable name)

##Output:

Screenshot 2023-10-01 105921