#include<stdio.h.
#include<conio.h>
#include<conio.h>
#include<string.h>
void main ()
{
void main ()
{
char st[100];
int l;
clrscr ();
printf("Enter any line of text: ");
gets(st);
1=strlen (st);
printf ("Length= %d",l);
getch();
int l;
clrscr ();
printf("Enter any line of text: ");
gets(st);
1=strlen (st);
printf ("Length= %d",l);
getch();
}
No comments:
Post a Comment