programming languages Online Quiz - 217
Description: programming languages Online Quiz - 217 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
CLR stands for
CIL stands for
BCL stands for
WCF stands for
FCL stands for
GC stands for
Which of the following asymptotic notation is used to represent tighter bound?
Time complexity of algorithm1 is T (n^2) and that of algorithm2 is T (n).Then which of the following statements are true?
Which of the following techniques are used for optimization?
Name of very Efficient Maximum Flow Algorithm is
Extract $length characters of substring from $string at $position.
command to create and maintain library archives
To start process and run it in background
The special variables $* and $@ denote all the _________ parameters
Built in Variable to tell you the PID of last started background process
let "var <<= 2" results in
To find all available shells in your system type the following command
The syntax for OR list is
Which one is the correct syntax for string comparison ?