programming languages Online Quiz - 98
Description: programming languages Online Quiz - 98 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
main() { float me = 1.1; double you = 1.1; if(me==you) printf("I Don't Know C"); else printf("I Know C"); }
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 }
$string = "good food"; $string =~ s/o*/e/;print $string;
Which Operator can be used in sort function for sorting array elements numerically?
Which variable stores the parameters passed to subroutine?
To repeat the iteration of loop we will use following statement ?
In perl ,if $variable="10" then what will output of print 'this is $variable'; ?
How to check version of perl on your machine ?
what is output of print abs("123abc") ?
chomp(@array) will
How to length of string ?
What is the name of default namespace in perl?
Which of the following block executes at compile time?
Which function removes last character of a string?