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.

POINTERI<br />

• // Inicijalizacija pointera sa stringovima<br />

• #include <br />

• int main() { // Inicijalizacija pointerskog polja<br />

• char *pstr[ ]= { "Robert Redford",<br />

• "Sting",<br />

• "Lassie",<br />

• "The Beatles",<br />

• "Boris Karloff",<br />

• "Oliver Hardy" };<br />

• char *pstart = "Tvoja srecna zvezda je: ";<br />

• int izbor = 0;<br />

• cout

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

Saved successfully!

Ooh no, something went wrong!