Tag: programming languages

Questions Related to programming languages

  1. Push algorithm

  2. Pop algorithm

  3. Push-Re label method

  4. Discoverer Route.


Correct Option: C
  1. AVL trees.

  2. JBL trees

  3. Red-black Trees

  4. Blue-Green Trees


Correct Option: A,C
  1. ${string:position:length}

  2. ${string:length:position}

  3. ${string:length-position}

  4. ${string::length::position}


Correct Option: A
  1. var left-shifted 2 bits

  2. var mutliplied by 2 bits

  3. var reduced 2 bits

  4. None of the above


Correct Option: A

To find all available shells in your system type the following command

  1. cat /etc/shells

  2. cat /tmp/shells

  3. cat /root/shell

  4. echo $SHELLS


Correct Option: A
  1. command1 || command2

  2. command1 && command2

  3. command1 // command2

  4. command1 | command2


Correct Option: A