Wednesday, 28 August 2013

Why wouldn't this code work?

Why wouldn't this code work?

I dont understand why this wouldn't work. Thanks!
include<stdio.h>
#include<conio.h>
int main()
{
extern int i;
int i=20;
printf("%d",i);
}

No comments:

Post a Comment