26.09.2015 Views

PROGRAMSKI JEZICI 2

Предавање 1

Предавање 1

SHOW MORE
SHOW LESS
  • No tags were found...

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

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

Primeri funkcija<br />

• /*Primer 1*/<br />

• #include<br />

• void ispis(int i1, int i2, int i3); /* F-ja ne vraca nikakvu vrednost*/<br />

• void main()<br />

• {<br />

• int a,b,c;<br />

• a=b=c=1;<br />

• ispis(a,b,c);<br />

• a=b=c=2;<br />

• ispis(a,b,c);<br />

• }<br />

• void ispis(int i1, int i2, int i3)<br />

• {<br />

• cout

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

Saved successfully!

Ooh no, something went wrong!