programming languages Online Quiz - 98
Description: programming languages Online Quiz - 98 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
output of below Program public static voi main(String[] args) { ArrayList; al=new List();//1 al.add("bima");//2 al.add("hidimba");//3 System.out.println(al.size());//4 }
Which Operator can be used in sort function for sorting array elements numerically?
In perl ,if $variable="10" then what will output of print 'this is $variable'; ?
what is output of print abs("123abc") ?
chomp(@array) will
Which function you will use to create object in perl?
Which of the following block executes at compile time?