programming languages Online Quiz - 321
Description: programming languages Online Quiz - 321 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Perl has
From below , which are all available as default options in perl
Which of the following statements are infinite loops? Select two correct answers
Select three correct statements.
What is the output of the following piece of code? if(" String ".trim() == "String") System.out.println("Welcome"); else System.out.println("Good Bye");