Now you can shut down your pc by a C code. It is nothing but a simple code. So, let's see..........
Copy, paste and save it with .c extension and use it.............
#include<stdio.h>
#include<stdlib.h>
main()
{
char ch;
printf("Do you want to shut down your pc(y/n): ");
scanf("%c", &ch);
if(ch == 'y' || ch == 'Y')
{
system("c:\\windows\\system32\\shutdown /s");
}
return 0;
}
Copy, paste and save it with .c extension and use it.............
nice...
ReplyDelete[url=https://www.voodoonlace.com/]beautiful lingerie[/url]