Biliyorum 🙂 iki sayının toplamını yapmanın çok daha basit yolları var ancak malum.. Okullarda böyle ilginç egzersizler mutlaka verirler.. printf(“%”,x+y); demek varken fonk. kurdurturlar.. Yakında da array kullanarak toplayın derlerse şaşmamak lazım 🙂
#include <stdio.h>
int sum(int ,int);
void display(int,int,int);
main()
{
int x,y,z;
printf(“Please enter two integer : “);
scanf(“%d%d”,&x,&y);
z=sum(x,y);
display(x,y,z);
}
int sum(int i,int j)
{
return i+j;
}
void display(i,j,k)
{
printf(“%d + %d = %d”,i,j,k);
}
ÖZELLİKLER: Boyut: 28x8x6 cm Ağırlık: 850gr Ekran: Yok Devre sayısı: 30 Konuşma süresi: 35 dakika…
There are two kinds of questions: yes or no questions and wh- questions. You ask…
A positive sentence tells you that something is so. A sentence that tells you something…
Use the base form of a verb to give commands or make direct requests. This…
A sentence is a group of words that expresses a complete thought. A sentence must…
An interjection is a word that expresses a sudden, strong feeling such as surprise, pain,…