Assembler Developer

Moderators: None (Apply to moderate this forum)
Number of threads: 1030
Number of posts: 1826

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Loop result Posted by abdelilah on 19 Sept 2012 at 4:18 AM
Hi everyone,

Can you tell me please what will happen if n = 6, is it an infinie loop ? thank you in advance.

Procedure myProc(int n)
int i
begin
i <- n
while i > 0 do
If (i mod 2) = 0 the
crate a process identical to me (Clonage)
endIf
i <- i - 1
endWhile
End

Report
Re: Loop result Posted by rd211 on 29 Sept 2012 at 1:05 AM
you can get the answer from :
Report
Re: Loop result Posted by rd211 on 29 Sept 2012 at 1:06 AM
you can get the answer from :
Report
Re: Loop result Posted by rd211 on 29 Sept 2012 at 1:08 AM
you can get the answer from :



 

Recent Jobs