C Program to shut down the Computer System. Running good in Dev C/C++

#include<stdio.h>
#include<conio.h>
main()
{
system("shutdown -s");
}

Comments

Popular posts from this blog

Customize User's Profile in ASP.NET Identity System

Migrating database from ASP.NET Identity to ASP.NET Core Identity