programming languages Online Quiz - 56
Description: programming languages Online Quiz - 56 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
public class Sample{ public static void main(String[] args){ int i=5; if(i==5) throw new ArithmeticException("i is 5"); System.out.println(i); } } Does the code compiles fine?
assertions can force which of the constraints ......
The following will result in which of the following, if the prize is currently "10 Euros" print 'You won $prize';
Output of the following:s/(\w)/\u$1/g;
open (INPUT,"){ print $_; } How many times will the file get printed?
Which of the following is a valid scalar variable name?
What type of variable is INPUT?
For a time in the month of March, the localtime function will return a month of:
The following will result in which of the following, if the prize is currently "10 dollars" print 'You won $prize';
In Which of these types do we store the difference between two dates?
CTS is contained in –
Which Class in C# helps to compile a .cs file into .dll file programmatically ?
MSIL stands for –