operating systems Online Quiz - 37
Description: operating systems Online Quiz - 37 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: operating systems |
Attempted
0/20
Correct 0
Score 0
‹
›
On Windows, You can check the ip address of your computer by using the following command
The command msinfo32 is used to open
How do you identify the Directories and the executables alone
in a string search, _ is used to replace a single charecter and * is used to replace multiple words
what is the significance of $@ in unix shell
Predict the output of the following program code main() { fork(); fork(); fork(); printf("Am in TCS!"); }
command to kill the last job running at the background.