Difference between revisions of "ProvaTeorica 2013.02.14"

From Sistemi Operativi
Jump to navigation Jump to search
Line 1: Line 1:
 +
<h1> [http://www.cs.unibo.it/~renzo/so/compiti/2013.02.15.tot.pdf Testo Compito]</h1>
 +
 
<h2> Esercizio c.2 </h2>
 
<h2> Esercizio c.2 </h2>
 
<syntaxhighlight lang="C">
 
<syntaxhighlight lang="C">

Revision as of 16:10, 9 May 2014

Testo Compito

Esercizio c.2

// 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;