Teaching Newbies since 2014

kauress

  • Home
  • Javascript ❤
    • JavaScript
    • Node.js
  • WebDev Tuts
  • screencasts
  • Resources
  • VR & AR
  • Contact
  • Github
  • Twitter
  • YouTube
  • RSS
  • C++
You are here: Home / C++ / Primitive Data Types in C++

January 3, 2020 by: Kauress

Primitive Data Types in C++

Like JS , C++ too has primitive data types. There are:
  1. Int: integers
  2. Float: A single-precision floating point value.Size 4 bytes.
  3. Double: A double-precision floating point value.Size 8 bytes
  4. Bool: Boolean true or false
  5. Char: single character for example the letter “a”
  6. Void: Represents the absence of a type
JavaScript filter()
String data type in C++

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Copyright © 2021 ·Kauress