Q.1.
Worst case time complexity of AVL tree is better in comparison to binary search tree for
Q.2.
"C" language is
Q.3.
Is function?
Q.4.
One of the following sentences is true ?
Q.5.
Is the work of break keyword?
Q.6.
Switch statement, each case instance value must be _______?
Q.7.
_______ memory allocation function modifies the previous allocated space.
Q.8.
Operators are known as Ternary Operator?
Q.9.
Is the right way to declare constant in C?
Q.10.
Statement printf("%c", 100); will print?
Q.11.
Of the following data structure is linear type?
Q.12.
Is constant?
Q.13.
Is Keywords?
Q.14.
Is C Tokens?
Q.15.
Statement print f ("%d",? 0 ? 5 : 1 : 12); will print?
Q.16.
Is a _____________ list.
Q.17.
Operators can operate upon?
Q.18.
) function used to ?
Q.19.
Represent hierarchical relationship between elements, which data structure is suitable?
Q.20.
Is the right way to access value of structure variable book{ price, page }?