License, disclaimer of liability, and limited warranty


I. The strlen( ) function



Download 2,08 Mb.
Pdf ko'rish
bet220/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   216   217   218   219   220   221   222   223   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

I.
The strlen( ) function
II.
The strcpy( ) function
III.
The strcmp( ) function
IV.
The strcat( ) function
V.
The strrev( ) function
VI.
The strlwr( ) and strupr( ) functions


I. The strlen( ) Function
The strlen( ) function returns the total number of characters (excluding the null character) in a string.
Syntax
       
strlen(str);
Here, 
str
 is any string constant or a string variable name.
For example,
#include
#include
main( )
{
   char name[20];
     int len;
     printf(“\nEnter any string:”);
     gets(name);
     len = strlen(name);
     printf(“The length of a given string is %d”, len);
}
OUTPUT (after running):
Enter any string: Dr. Rajiv Chopra
The length of a given string is 16
NOTE
Each space is counted as 1 byte (even ‘.’ is counted as 1 byte).
II. The strcpy( ) Function
The strcpy( ) function copies the contents of one string into another string.It returns an integer value.
Syntax
strcpy(dest, source);
Here, the contents of string 
source
 are copied into string 
dest
.
For example,
#include
#include
main( )
{
   char name[20], dupname[20];
   printf(“\nEnter your string:”);
   gets(name);
   strcpy(dupname, name);
   printf(“Duplicated string is %s”, dupname);
}

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   216   217   218   219   220   221   222   223   ...   393




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish