Quantcast
Channel: Go4Expert
Viewing all articles
Browse latest Browse all 1994

integer variable starts at 1024?

$
0
0
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.
Code:
#include<stdio.h>
#include<string.h>

int main () {
  int...
integer variable starts at 1024?

Viewing all articles
Browse latest Browse all 1994

Trending Articles