Give the output of the following program
main()
{int ret;
ret=fork();ret=fork();ret=fork();ret=fork();
if(!ret)
printf("sun");
else
printf("solaris");
Answer Posted / prasanna
It will print solaris first and then sun... A sequence of
solarissun if there is a closing brace at the end..!!
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What two types of containers does the stl provide?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
Define stl.
What is a standard template library (stl)? What are the various types of stl containers?
Why should a c++ programmer be interested in stl?
What are the different types of stl containers?
Who created stl?
What do stl stand for?
Explain stl.
Who wrote stl?
What does stl mean in slang?
How does an stl file work?
What are the symptoms of stl?
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
what is template and type convertion