Tag: programming languages
Questions Related to programming languages
-
true false true false true
-
true false false true true
-
true false false false true
-
true false true false false
-
Opens a file notes.txt
-
fails to create a file and displays error
-
fails to open a file but doesn't display error
-
Opens a file but not notes.txt
-
A list of hashes which contains a list
-
A hash of hashes which contains a list
-
A list of list which contains another list
-
A list of arrays and hashes containing lists
-
when arrays and references are passed
-
only when references are passed
-
args are not changed
-
Command line args are changed
-
all key value pairs are copied but in random order
-
all key value pairs are copied in proper order
-
all key value pairs from def may not be copied into abc
-
syntax error
-
1 and 2
-
5 and 0
-
1 and 3
-
none of the above
-
1 and 4
-
2 and 4
-
3 and 1
-
2 and 3