License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet182/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   178   179   180   181   182   183   184   185   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

].
Q12.
Write a C program to reverse the digits of a number.
[Hint:
1. read a number.
2. right_digit = number % 10.
3. print right_digit.
4. number = number /10    
].
Q13.
Write a C program to generate and display a table of n and n2 and n3 for integers ranging from
1 to n.
Q14.
Write a C program to generate and print the table of the first 10 factorials.
Q15.
Write a C program to show what happens when a minus is placed in front of a field width
specification.
[Hint:
 The field is displayed left-justified].
Q16.
Write a C program to calculate the average of a set of grades and to count the number of failing
test grades.


[Hint:
   main( )
   {
     int number_of_grades, i, grade;
     int grade_total = 0;
     int failure_count = 0;
     float average;
     printf(“How many grades will you be entering? “);
     scanf(“%d”, &number_of_grades);
     for (i=1; i<= number_of_grades; ++i)
      {
        printf(“Enter grade %d”, i);
        scanf(“%d”, &grade);
        grade_total = grade_total + grade;
        if (grade < 50)
           ++failure_count;
     }
     average = (float) grade_total / number_of_grades;
     printf(“\n Grade average = %.2f \n”, average);
     printf(“\n Number of failures = %d \n”, failure_count);
  }
Q17.
Write a C program to find out whether a given number is even or odd.
Q18.
Write a C program to implement the sign function. That is,
if number < 0 then sign = –1
else if number = 0 then sign is 0
else sign = 1
Print sign value.
Q19.
Write a C program to categorize a single character read from the keyboard.
[Hint:
1. Read a character c.
2. If c >= ‘a’ and c <= ‘z’ or c >= ‘A’ and c <= ‘Z’ then print ‘It is a character’.
3. Else if c >= ‘0’ and c <= ‘9’ then print ‘It is a digit’.
4. Else print ‘ It is a special character’. 

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   178   179   180   181   182   183   184   185   ...   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