Tag: programming languages

Questions Related to programming languages

  1. At least six columns wide in total, with two figures after the decimal place

  2. Exactly six digits before the decimal place, and two digits after

  3. At least six digits before the decimal place, and two digits after

  4. Exactly six columns wide in total, with two figures after the decimal place


Correct Option: C
  1. ab(newline)

  2. a\b(newline)

  3. a\b\n

  4. a\b(newline)

  5. a\b\n


Correct Option: C
  1. This is a comment

  2. #! This is a comment

  3. Comment Line

  4. ##########################################################


Correct Option: B
  1. $_4x

  2. $10thLine

  3. $line.No

  4. count

  5. $lineNo!


Correct Option: C