Trust Coding : Programming
Programming Blog
Home
SQL-ORACLE
PL SQL-ORACLE
C
JAVA
JSP
PYTHON
☰
c program to find the string length
STRING LENGTH
WAP to find the length of any string
void main ()
{
char ch [20];
int l;
clrscr ();
printf ("Enter String: ");
gets (ch);
l=strlen(ch);
printf ("Length of string is %d",l);
getch ();
}
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন
নবীনতর পোস্ট
পুরাতন পোস্ট
হোম
মোবাইল সংস্করণ দেখুন
এতে সদস্যতা:
মন্তব্যগুলি পোস্ট করুন (Atom)
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন