Tag: programming languages

Questions Related to programming languages

What operator is used to check whether the file is empty or not

  1. -e'

  2. -s'

  3. -z'

  4. -x'


Correct Option: C
  1. To enclose a subpattern in parenthesis without storing it in memory.

  2. To define a boundary condition

  3. To enclose a pattern within pattern

  4. None of the above


Correct Option: A
  1. BEGIN

  2. END

  3. DEFAULT

  4. AUTOLOAD

  5. NONE OF THE ABOVE


Correct Option: C
  1. hello

  2. 0

  3. hello => all

  4. HASH(0x??????) where ?????? is a group of hex digits.

  5. error


Correct Option: D
  1. scalar

  2. any decimal value

  3. empty value

  4. x


Correct Option: C