Arşiv için Mart 2008
You are browsing the archives of 2008 Mart.
You are browsing the archives of 2008 Mart.
Türkçeyi katletme durumundayım çünkü ödev böyleydi. Neyse zaten soruyu anlamıyorsanız ödeviniz değildir. Soruyu anlamasanızda kodları çalıştırarak ne işlev yaptığını görüp, faydalanabilirsiniz.
Soru;
4.8 What does this program print?
#include <stdio.h>
/* function main begins program execution */
int main()
{
int x;
int y;
int i; [...]