License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet312/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   308   309   310   311   312   313   314   315   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

OUTPUT (after running):
Enter the array size: 10
Please enter the array elements in ascending order: 2 4 6 8 10 12 14 16 18 20
Enter the element to be searched: 16
Successful search
16 found at position 8
Example
 
27: Write a C program to find the smallest element in an array of size n, using pointers
only.
Solution 27:
 The following is the code:
#include
main( )
{
   int i, n, small, *ptr, a[50];
   printf(“\n\t Enter the array size:”);
   scanf(“%d”, &n);
   printf(“%d”, n);
   printf(“\n\t Enter the array elements:”);
   for (i=0; i< n; i++)
      scanf(“%d”, &a[i]);
   printf(“\n\t Echoing the array elements:”);
   for (i=0; i< n; i++)
      printf(“%d”, a[i]);
   printf(“\n”);
   ptr = a;  /* assign address of a[0] to pointer ‘ptr’ and it      can be do
ne in two ways- either ptr = &a[0] or ptr = a */
   small = *ptr; /* contents of a[0] assigned to small */
   ptr ++; /* increment pointer to next element */
 /* iterate n-1 times to search for smallest element in the
 ar ray */
for (i=1; i{
   if ( small > *ptr)
      small = *ptr;
   ptr++; /* increment pointer to a[i+1] */
 }
 printf(“\n Smallest element is %d”, small);
}

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   308   309   310   311   312   313   314   315   ...   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