Difference between revisions of "ProvaTeorica 2013.02.14"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
g = 0; | g = 0; | ||
− | funziona anche in caso di overflow | + | // funziona anche in caso di overflow |
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 16:14, 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;
// funziona anche in caso di overflow