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 / anupam mittal
The ans depend on the value returned by the fork function
there is no fork function defined so we can not predict he
ans
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Why should a c++ programmer be interested in stl?
Who created stl?
what is template and type convertion
What two types of containers does the stl provide?
What are the components of stl?
What is stl stand for?
What is a stl vector?
What is a standard template library (stl)? What are the various types of stl containers?
What is a list in c++ stl?
What are stl algorithms?
Is stl part of c++ standard?
totoo po ba ang manga aliens!
What is stl in oop?
Name the different types of stl containers.