Naslov

Podnaslov

manji naslov


ovo je fusnota1)

void sort(int a[],int n)
{
   int i,j,pom;
 
   for(i=0;i<n-1;i++)
     for(j=i+1;j<n;j++)
       if(a[j]<a[i])
       {
          pom=a[i];
          a[i]=a[j];
          a[j]=pom;
       }
}
ovo je upokvirem tekst koji bi trebalo da 
bude deo coda ili koda namns nf
// 
fhgfh fghf
fjfgj
fgjhj
fgjhgj
hgjhgj
hgjhj

idi na sledecu stranu... ili nazad

1)
include<stdio.h>
                 main()
                 printf('tutalafe')
 
vezba_za_kolokvijum.txt · Last modified: 2012/02/10 18:59 by milos.rakonjac
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki