Data Types in C++

Q#2: Write at-least three data types in C++. How much memory does each require?

Ans:  

Type

Keyword

Size

Boolean

Bool

1 byte

Character

Char

1 byte

Integer

int

4 byte

 

Comments

Popular posts from this blog

Chapter # 3 Class IX

Components of Motherboard

Problem Solving Steps