01.03.2013 Views

g. surgulaZe, g. janeliZe, i. xuciSvili

g. surgulaZe, g. janeliZe, i. xuciSvili

g. surgulaZe, g. janeliZe, i. xuciSvili

SHOW MORE
SHOW LESS

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

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

#include <br />

#include <br />

#include <br />

int main(void)<br />

{<br />

}<br />

char *buf1 = "aaabbb", *buf2 = "bbbccc", *buf3 = "ccc";<br />

int ptr;<br />

clrscr();<br />

ptr = strncmp(buf2,buf1,3);<br />

if (ptr > 0)<br />

else<br />

printf("buffer 2 is greater than buffer 1\n");<br />

printf("buffer 2 is less than buffer 1\n");<br />

ptr = strncmp(buf2,buf3,3);<br />

if (ptr > 0)<br />

else<br />

printf("buffer 2 is greater than buffer 3\n");<br />

printf("buffer 2 is less than buffer 3\n");<br />

getch();<br />

return(0);<br />

strcpy gadavakopiroT s2 striqoni s1 striqonSi.<br />

gansazRvra: char *strcpy(s1,s2)<br />

char *s1, *s2;<br />

magaliTi 5:<br />

#include <br />

#include <br />

#include <br />

int main(void)<br />

{<br />

clrscr();<br />

char string[10];<br />

104

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

Saved successfully!

Ooh no, something went wrong!