Saturday, 29 August 2020

male sign program.

The following codes explains about male sign (in science) program:

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


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...