What are the data types in CPP? Give an example of each type?
Answers
Answered by
0
Answer:
hlo guys how r u i hope u all fine
Answered by
0
Answer:
The data types in CPP are of five types along with the example.
- int: int num= 272
- char: ch= 'H';
- float: num= 272.7272
- double: num= 8979.1234
- bool: b= false;
- wchar_t= 17253830228919911
Similar questions