Tuesday, 4 November 2014

HOW TO SHUT DOWN YOUR COMPUTER

www.programerboyshubham.com// 



SHUT DOWN your pc in window 7??

#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
void main()
{
char ch;
printf(" do you want to turn of your pc(y/n)\n");
scanf("%d",&ch);
if(ch=='y'|| ch=='n')
system("c:\\window\\system 86\\shutdown/s");
getch();
}




  RELATED C LANGUAGE PROGRAMS::

1.How to make E shape pyramid ??

2. How to make V shape pyramid ??

3. How to make circule without using graphics ?? 



 #PROGRAMER_BOY_SHUBHAM

shubhmpandey556@gmail.com

This page is for those student who confused in some C  program,.

No comments:

Post a Comment