License, disclaimer of liability, and limited warranty


Remember the following points regarding arrays



Download 2,08 Mb.
Pdf ko'rish
bet294/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   290   291   292   293   294   295   296   297   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

Remember the following points regarding arrays:
1. The bracket [ ] tells the compiler that we are dealing with an array.
2. An array is a collection of similar elements.
3. The first element in an array is numbered 0 and hence the last element is 1 less than the size of
the array.
4. However big an array may be, its elements are always stored in contiguous memory locations.
5. If array elements are not initialized, then they are said to contain garbage values.
3.7 ARGUMENT PASSING USING POINTERS
In the method of pass by address, the addresses of actual arguments in the calling function are
copied into formal arguments of the called function. This means that using the formal arguments
in the called function, we can make changes in the actual arguments of the calling function.
For example,
#include
#include
void main( )


{
   clrscr( );
   int a = 10;
   int b = 20;
   swapr (&a, &b);
   printf(”\n a is:”, a);
   printf(”\n b is:”, b);
   getch( );
}
swapv (int *x, int *y)
{
   int t;
   t = *x;
   *x = *y;
   *y = t;
   printf(”x is:”,x); //values are exchanged here but now impact        is on
 the main( )
                //above.
   printf(”y is:”, y);
}

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   290   291   292   293   294   295   296   297   ...   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