diff --git a/education/software development/ECE1400/Types.md b/education/software development/ECE1400/Types.md index 6e0c832..6579434 100644 --- a/education/software development/ECE1400/Types.md +++ b/education/software development/ECE1400/Types.md @@ -1,4 +1,8 @@ # Strings A string literal is characters enclosed in double quotation marks. -A newline can be inserted using `\n`. \ No newline at end of file +A newline can be inserted using `\n`. + +## Integer +An integer is a way to store a whole number. In C, integers are signed by default. +## Float \ No newline at end of file