The C Programs
An ultimate blog where you can find almost all C programs.....!!
Pages
Home
Contact Us
Showing posts with label
switch case
.
Show all posts
Showing posts with label
switch case
.
Show all posts
Wednesday, 9 May 2012
C program to input number of week's day(1-7) and translate to its equivalent name of the day of the week
#include<stdio.h>
#include<conio.h>
void main()
{
int ch;
clrscr();
//to clear the screen
printf("Enter number of week's day(1-7):");
scanf("%d",&ch);
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)