Thread
:
A C Program to shutdown the computer..
View Single Post
#
1
06-05-2011, 10:49 PM
JuNaiDiQbaL
Never Give Up
Join Date: Jan 2011
Location: SahiwaL
Age: 33
Posts: 26
Program / Discipline: BSIT
Class Roll Number: 10-26
A C Program to shutdown the computer..
#include 'stdio.h'
#include 'conio.h'
void main()
{
system("shutdown -s");
getch();
}
Last edited by JuNaiDiQbaL; 07-09-2012 at
02:41 PM
.
JuNaiDiQbaL
View Public Profile
Send a private message to JuNaiDiQbaL
Visit JuNaiDiQbaL's homepage!
Find all posts by JuNaiDiQbaL