Unexpected error comes out when I tried to run this code below.
Can anyone tell me which type of error is this and why is this generated?
*error shown in the image.
#include<stdio.h>
main()
{
clrscr();
putc('a',stdout);
getch();
}