This the 2nd part of the "Learn C++ Step by Step for beginners"
In this you will be learning about the various standard data types
This will provide a solid base for your future programming skills
Don't be upset that you are not learning "codes" & "commands" yet as these things are more important
Well there are 5 fundamental data types in C++
1) Character - char
These data types are used to store characters
2) Integer - int
These data types are used to store integers
3) Float - float
These data types are used to store decimal numbers
4) Double - double
These data types are used to hold very large numbers
5) Void - void
These data types hold nothing
Dont worry just know these things and I will explain what they actually are
Thank you
Fell free to comment .......
In this you will be learning about the various standard data types
This will provide a solid base for your future programming skills
Don't be upset that you are not learning "codes" & "commands" yet as these things are more important
Well there are 5 fundamental data types in C++
1) Character - char
These data types are used to store characters
2) Integer - int
These data types are used to store integers
3) Float - float
These data types are used to store decimal numbers
4) Double - double
These data types are used to hold very large numbers
5) Void - void
These data types hold nothing
Dont worry just know these things and I will explain what they actually are
Thank you
Fell free to comment .......
No comments:
Post a Comment