#include <graphics.h>
int main( )
{
    initwindow(600, 600, "Rectangle");
    rectangle(50,275,150,400);
    setcolor (15);
    while (!kbhit( ))
    {
        delay(200);
    }
    return 0;
}

Leave a Reply

Subscribe to Posts | Subscribe to Comments

All Notes on BCA

All Notes  on BCA
BCA all subjects notes

Total Pageviews

Translate

Powered by Blogger.

Copyright © All Notes on BCA