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 ?
How to remove first element of a array?
what is output of print abs("123abc") ?
How to check if key exists in a hash or not ?
chomp(@array) will
Which function you will use to create object in perl?
Which special variable actually tells perl where to look for perl modules ?
How to length of string ?
How to compile a perl program?
Which subroutine you need to define in your package if you want to handle calls to non-existing subroutines?
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?