Tag: operating systems

Questions Related to operating systems

  1. *This is commented

  2. //This is commented

  3. #This is commented

  4. #/This is commented


Correct Option: C
  1. “””one” two” three”

  2. “one two three”

  3. one two three

  4. “$msg2 three”


Correct Option: C
  1. *This is commented

  2. //This is commented

  3. #This is commented

  4. #/This is commented


Correct Option: C
  1. The date output is redirected to the file.

  2. The date output is redirected and appended to the end of the file.

  3. The date output is redirected and appended to the beginning of the file.

  4. None of the above


Correct Option: B
  1. “””one” two” three”

  2. “one two three”

  3. one two three

  4. “$msg2 three”


Correct Option: C