Recent posts

View all

What are Computer Graphics?

Computer Graphics is an art of drawing pictures, lines, charts etc., on computer screen by using programming language. In Co…

Read more

C Programs

1. WAP to find the area of the rectangle. Program: #include<stdio.h> int main() {         float width, length, Area; …

Read more
Load More
That is All