Tag: programming languages

Questions Related to programming languages

  1. alphabetic

  2. numeric

  3. ASCII

  4. none of the above


Correct Option: C

Which Perl function is used to change the name of a file?

  1. nameas

  2. rename

  3. name

  4. now_known_as


Correct Option: B

Which command should be used to close the filehandle KAREN?

  1. close KAREN "sw";

  2. KAREN close;

  3. close KAREN;

  4. close &KAREN


Correct Option: C