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 / imran
I dont't think this will compile as its missing a closing
brace.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Is string part of stl?
In what scenario does the Logical file and Physical file being used?
How is stl different from c++ standard library?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
How stl is different from the c++ standard library?
What is the use of stl?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
Is there any error below, its a code to delete all entires from a map #include
What are the components of stl?
What does stl mean in slang?
How connect plc and pc through software
What are the various types of stl containers?
What do stl stand for?