#include<stdio.h>
#include<conio.h>
void main()
{
char ch;
clrscr();
for(ch='A';ch<='Z';ch++)
{
printf("%c\n",ch);
}
getch();
}
A Database Management System (DBMS) is a software suite designed to efficiently manage, organize, store, manipulate, and retrieve data. It a...
No comments:
Post a Comment