License, disclaimer of liability, and limited warranty


This process is known as call by value. Note that if you make any changes



Download 2,08 Mb.
Pdf ko'rish
bet262/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   258   259   260   261   262   263   264   265   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

This process is known as call by value. Note that if you make any changes
in the local copies of the function, that change is not reflected in the values of the arguments of
the calling function. Also note that void indicates that we are not returning any values.
III. Functions with No Arguments but with a Return Value
The  third  category  of  functions  receives  no  arguments  from  some  calling  function  but  does  return
some value.
For example,
#include
 void main( )
  {
     int add (void);
     int sub (void);
     int mul (void);
     int x;
     x = add( );
     printf(”The addition of two numbers:”);
     x = sub( );
     printf(”The difference of two numbers:”);
     x = mul( );
     printf(”The product of two numbers:”);
  }
 int add( )
  {
     int a, b, c;
     printf(“\n Enter two numbers for addition:”);
     scanf(“%d %d”, &a, &b);
     c = a + b;
     return ( c) ;
  }
 int sub( )
  {
     int a, b, c;
     printf(“\nEnter two numbers for difference:”);
     scanf(“%d %d”, &a, &b);
     c = a - b;
     return ( c) ;
  }
 int mul( )
  {
     int a, b, c;
     printf(“\nEnter two numbers for multiplication:”);
     scanf(%d %d”, &a, &b);
     c = a * b;
     return ( c) ;
  }



Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   258   259   260   261   262   263   264   265   ...   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