License, disclaimer of liability, and limited warranty


How Are Strings Initialized?



Download 2,08 Mb.
Pdf ko'rish
bet216/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   212   213   214   215   216   217   218   219   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

How Are Strings Initialized?
A string in C is initialized character by character as follows:
char name[10] = {‘D’, ‘R’, ‘.’, ‘R’, ‘A’, ‘J’, ‘I’, ‘V’, ‘\0’ };
Please note here that it is necessary to insert the NULL character at the end of the string.
But it is also possible to initialize a string as follows:
char name[10] = “Dr. RAJIV”;


Here  the  NULL  character  is  appended  automatically  by  the  C  compiler. 
Also  note  that  while
declaring char as a string, the size of string should be declared one character longer.
 It implies
that if an array of characters can hold 10 characters, then it can store 9 characters as a string because
the last character stored in the string is a NULL character.
How to Read and Write Strings
The format specifier used in scanf is ‘%s’ for strings.
For example,
#include
main( )
{
   char name1[ ] = “Dr.”;
   char name2[ ] = “Rajiv”;
   printf(“\nFirst name is %s”, name1);
   printf(“\nSecond name is %s”, name2);
}
This results in:
First name is Dr.
Second name is Rajiv
For another example,
#include
main( )
{
 char name1[15], name2[15];
 printf(“\nPlease enter your first name:”);
 scanf(“%s”, name1);
 printf(“\nPlease enter your second name:”);
 scanf(“%s”, name2);
 printf(“\nFirst name is %s”, name1);
 printf(“\nSecond name is %s”, name2);
}
This results in:
Please enter your first name: RAJIV
Please enter your second name: CHOPRA
First name is: RAJIV
Second name is: CHOPRA

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   212   213   214   215   216   217   218   219   ...   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