28.02.2015 Views

Ders 1: Giriş

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

15:<br />

16:<br />

17:<br />

18:<br />

19:<br />

20:<br />

21:<br />

22:<br />

23:<br />

24:<br />

25:<br />

26:<br />

27:<br />

28:<br />

}<br />

}<br />

exit(1);<br />

if(argsay > 3){<br />

printf("Cok fazla parametre !\n");<br />

exit(1);<br />

}<br />

toplam = atoi(argvek[1]) + atoi(argvek[2]);<br />

printf("Toplamlari %d\n",toplam);<br />

return 0;<br />

Program 9.1, topla.c derlendikten sonra üretilen Windows ortamında üretilen topla.exe ve<br />

Linux ortamında üretilen topla dosyasının çalıştırılması şöyledir:<br />

• Turbo C 2.0 Derlecisi kullanılarak (topla.c programı C:\TC adlı dizinin altına<br />

kaydedildiği<br />

varsayılmıştır)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!