26.09.2015 Views

PROGRAMSKI JEZICI 2

Предавање 1

Предавање 1

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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Funkcije tipa “strcpy() i strncpy()”<br />

//Funkcija STRNCPY<br />

#include<br />

#include<br />

int main()<br />

{<br />

cons int MaxLength=80<br />

char String1[]=“Covek nije ostrvo”;<br />

char String2[MaxLength+1];<br />

strncpy(String2,String1,MaxLength);<br />

cout

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

Saved successfully!

Ooh no, something went wrong!