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 / saif
yes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Name the different types of stl containers.
What are stl algorithms?
Define stl.
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
Is string part of stl?
What is stl stack?
sir please send me bpcl previous question papers
What are the different types of stl containers?
What is stl stand for?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
Explain 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