R
Q. How many times below program will print hello?
main() { fork(); fork(); fork(); printf("hello"); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. When you are in the command mode, what takes you to the line editing mode?
Q. Which command is used to add a new group in Linux?
Q. What is the command that will show you the absolute path to the directory you are in?
Q. What does the 'mv' command do in Linux?
Q. Which command is used to sort the lines of data in a file in alphabetical order?
Discusssion
Login to discuss.