this code is not working in codeblocks


main()
{
clrscr();
printf("Manish Dhiman");
getch();
}