Tag: programming languages

Questions Related to programming languages

  1. work on first eleemnt of array

  2. work on last element of array

  3. works on all elements of array

  4. wont work on array


Correct Option: C
  1. Length

  2. length

  3. len

  4. strlen


Correct Option: A
  1. perl -c <>

  2. perl -c

  3. You cannot compile a program

  4. perl -e <>


Correct Option: A

What is the name of default namespace in perl?

  1. main

  2. Main

  3. global

  4. name


Correct Option: A