Thursday 27 August 2020

Female sign program???

Ok guys this program is going to be very different from other programs.
So now we are going to code a program about female sign in science.

 #include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("Thanks \f");
getch();
}

Try this program and Enjoy.

No comments:

Post a Comment

C Programming

What is DBMS in brief?

A Database Management System (DBMS) is a software suite designed to efficiently manage, organize, store, manipulate, and retrieve data. It a...