Tag: programming languages

Questions Related to programming languages

  1. Runtime Exception

  2. Compilation error at line 1

  3. 2

  4. Compilation error at line 2

  5. Compilation error at line 3

  6. Compilation error at line 4


Correct Option: B

In perl ,if $variable="10" then what will output of print 'this is $variable'; ?

  1. this is $10

  2. this is $variable

  3. this is

  4. this is 10


Correct Option: B