Difference between revisions of "ProvaTeorica 2013.02.14"

From Sistemi Operativi
Jump to navigation Jump to search
(Blanked the page)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<h2> Esercizio c.2 </h2>
 
<syntaxhighlight lang="C">
 
  
// foo(x,y) <x=2+y , y=2+x>
 
 
int g = 0;
 
 
csenter:
 
 
          do
 
              int l;
 
              foo(l, g);
 
          while(l!=2)
 
 
csexit:
 
 
g = 0;
 
       
 
</syntaxhighlight>
 

Latest revision as of 15:22, 13 May 2014