N
2013-09-03 05:27:36 UTC
#include
void main()
{
int x;
printf("value of =%d",x);
getch();
}
This is from a school textbook. I copied it exactly, im using compiler online to run the program also used codepad.com both have errors
Line 17: error: conio.h: No such file or directory
In function 'main':
Line 4: warning: return type of 'main' is not 'int'
(this is no line 17)