hi everybody
i have a homework to write a program which displays leapyear it is for tmorrow
pls anybody send it for me
thanks in advance

Recommended Answers

All 2 Replies

Something like this?

void main()
{
    printf("leapyear");
}

Um... close!

You forgot:

#include <stdio.h>

But seriously, we do not do homework assignments. If you can't do your own homework, get out of that class. You're going to learn nothing by having us do it for you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.