Shutdown PC Posted by Pratik Sonigra on April 20, 2016 Get link Facebook X Pinterest Email Other Apps Shutdown PC C-program to shut down pc :-) #include <stdio.h> #include <stdlib.h> int main() { system("C:\\WINDOWS\\System32\\shutdown /s"); return 0; } Comments
Comments
Post a Comment