I am following code academy's path to learning c and ran into a weird issue. When running my code the variable "a" has an initial variable of 1024? Can someone help me uderstand or lead me in the right direction to crafting a better google query? Very new to the language so all feedback is greatly appreciated. Ignore my awful code and random comments. I was trying to troubleshoot the error and went all over the place.
integer variable starts at 1024?
Code:
#include<stdio.h> #include<string.h> int main () { int...