Skip to content

SejalCh/Data-Types-in-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

Different data types in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages