programming languages Online Quiz - 123
Description: programming languages Online Quiz - 123 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
In perl, a/n -------------- is a special character or a sequence that will define the number of times the previous character or sequence appears.
splice(@array,-1)
$input = "azz"; print ++$input;
Perl is
/de{3,}/ matches
Is null string list (“”) equivalent to empty list()
Which of the followings can be a pattern delimiter
/abc(?=def)/ matches?