From 1ae7a3a20eed786af4ae064db1d5e7684778f19d Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:08:35 -0600 Subject: [PATCH] vault backup: 2024-09-04 15:08:35 --- education/software development/ECE1400/Types.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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