in Operating System
201 views
1 vote
1 vote
main(){

int i,n;

for(i=1;i<=n;++i)

{

print("*");

fork();

}

}

the output for the following program?
in Operating System
by
201 views

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
Iamniks4 asked in Operating System Jan 16, 2019
236 views
Iamniks4 asked in Operating System Jan 16, 2019
236 views