Yes. Problem solved. Try this program...
#include<stdio.h>
#include<conio.h>
#include<string.h>
void main()
{
char s[200]="rhn";
clrscr();
printf("\n%d",strlen(s));
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