answersLogoWhite

0

/*program to write the calender of july 2012*/

#include<stdio.h>

#include<conio.h>

void main()

{

int sun,mon,tue,wed,thurs,fri,sat,i;

clrscr();

printf("sunmontuewedthrusfrisat");

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Different parts of c language program?

what are the parts of C language program


How you can make c program of attendance record system?

how can create a attendece sheet in c language


What has the author David Spuler written?

David Spuler has written: 'Comprehensive C' -- subject(s): C (Computer program language) 'C++ and C efficiency' -- subject(s): C++ (Computer program language), C (Computer program language)


Program for sin series in c language?

find the program in c-pgms.blogspot.com


C program was introduced in the year?

c program was introduced in the year 1972 by Dennis RitchieNo, it was the C language, not the C program.


What has the author Conor Sexton written?

Conor Sexton has written: 'Newnes C++ pocket book' -- subject(s): C (Computer program language), C++ (Computer program language) 'C pocket book' -- subject(s): C (Computer program language) 'Y2K7'


What do you mean by c taken programming in c?

A C program is a computer program written using the C programming language.


How c language convert into machine language?

With a compiler, which is a program that "knows" how to transform the programming language logic in to machine code and make it perform from that.


What has the author Steve Schustack written?

Steve Schustack has written: 'C for fun and profit' -- subject(s): C (Computer program language) 'Variations in C' -- subject(s): C (Computer program language) 'C for fun and profit' -- subject(s): C (Computer program language) 'Variations In C Edition'


How do you make a program of a game by using the C programming language?

Typically you won't use C to write games, particularly non-trivial games. C++ is the language of choice for most game developers.


How there is security in c language?

The c language is as secure or as insecure as the programmer makes it. Security is not in the language; it is in the design of the program.


Is c an object oriented programing language?

C language is not a program, and it isn't an object-oriented language either.