#programming
-
How to add double quotes in the output of C
So usually the double quotes around the variable don’t print out in the onput. The output will be 1098A without the double quotes. To add in the double quotes we need \” to bring the double quotes in the output. This time the output will be “1098A” with the double quotes. Continue reading
-
The Variable Types in C
This is what the format looks like when unedited. When I started learning I was only allowed to edit on the line “printf(“Hello people”);” part. Otherwise it’d crash or not even run properly. I still don’t know what the function of #include <studio.h> and #include <stdlib.h> yet. int There are few of the variable types… Continue reading