Lovely Codes
Pages
(Move to ...)
Home
▼
Saturday, March 24, 2012
WAP to shutdown your computer in C
/*It is complied on Turbo C++ 3.0 Or Use CodeBlock Complier*/
#include<stdio.h>
#include<process.h>
main( )
{
system("shutdown -s");
}
1 comment:
swetha
February 19, 2014 at 5:34 AM
i need a c coding for shutdown a pc
Reply
Delete
Replies
Reply
Add comment
Load more...
‹
›
Home
View web version
i need a c coding for shutdown a pc
ReplyDelete