License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet318/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   314   315   316   317   318   319   320   321   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

Exercises
Q1.
Write a C program to find the roots of a given quadratic equation.


Q2.
Write a C function to find the GCD and LCM of two numbers.
Q3.
Write a function prime that returns 1 if its argument is a prime and returns 0 otherwise.
Q4.
Write a C program to check whether the given year is a leap year.
[Hint:
 /* testing for leap years using a ‘boolean’ function */
 main( )
 {
    int year;
    printf(“Please enter a year:”);
    scanf(“%d”, &year);
    if (is_leap(year))
       printf(“%d is a leap year.\n”, year);
    else
       printf(“%d is not a leap year. \n”, year);
 }
 /* ‘Boolean’ function is_leap returns true if year is a leap year */
 is_leap(year)
 int year;
 {
    return (year % 4 = = 0 && year % 100 !=0 || year % 400 = = 0);
 }
Q5.
Write a C function to read the three sides of a triangle and to determine whether they form a
triangle. Also determine the type of triangle they form. You should return true if the triangle is
formed and false otherwise.
Q6.
The area of a triangle can be computed using Heron’s formula, which defines the semi-perimeter
‘s’ as half of the sum of the sides of the triangle. The area of the triangle is given by the formula:
Area = the square root of (s(s-a)(s-b)(s-c))
where a, b, and c are the sides of the triangle. Write a function which, when passed the sides of
a triangle, returns the area using Heron’s formula. The function should first make sure that the
triangle is valid; if it is not, the function can return zero or a negative value as an error indicator.
Use the sqrt( ) function that is inbuilt in the math library.

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   314   315   316   317   318   319   320   321   ...   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