License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet231/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   227   228   229   230   231   232   233   234   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

OUTPUTS (after running):
Enter the text: DR. RAJIV CHOPRA
The output text is: DR. RAJIV CHOPRA
Example
 
7: Write a C program to input N integer numbers in ascending order in a single-
dimensional array and then perform a binary search for a given key integer number and display
proper messages.
Solution 7:
 Let us write the algorithms first:
Step 1: Read the array size n.
Step 2: Read the array elements.
Step 3: Read the key element to be searched.
Step 4: If the key element is equal to the middle element of the array,
                 Print ‘search is successful’.
       Else if the element is greater than the middle element,
                 Perform binary search in the second half of the array
       Else
                 Perform binary search in the first half of the array.
Step 5: Stop.
And the program in C is as follows:
#include
#include
void main( )
{
   int i, n, a[10], key, low, high, mid;
   printf(“\nEnter the number of elements:”);
   scanf(“%d”, &n);
   printf(“\nEnter %d elements in ascending order”, n);
   for(i=0;i < n; i++)
      scanf(“%d”, &a[i]);
   printf(“\nEnter the element to search (key): “);
   scanf(“%d”, &key);


   low = 0;
   high = n – 1;
   while(low <= high)
    {
      mid = (low + high) / 2;
      if (key = = a[mid])
       {
          printf(“\n\nSearch successful.”);
          exit(0);
       }
    else if(key > a[mid])
      low = mid + 1;
    else
       high = mid – 1;
    }
      printf(“\nUnsuccessful Search”);
}

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   227   228   229   230   231   232   233   234   ...   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