Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
C is ______ Language?
A. low level
A. low level
See lessIn which tree, for every node the height of its left subtree and right subtree differ almost by one?
B. avl tree
B. avl tree
See lessThe worst case time complexity of AVL tree is better in comparison to binary search tree for
D. search, insert and delete operations
D. search, insert and delete operations
See lessThe "C" language is
A. context free language
A. context free language
See lessNumber of binary trees formed with 5 nodes are
D. 42
D. 42
See lessThe _______ memory allocation function modifies the previous allocated space.
D. realloc
D. realloc
See lessThe statement printf("%c", 100); will print?
C. prints ascii equivalent of 100
C. prints ascii equivalent of 100
See lessWhich of the following data structure is linear type?
D. all of the above
D. all of the above
See lessTo represent hierarchical relationship between elements, which data structure is suitable?
B. tree
B. tree
See lessThe statement print f ("%d", 10 ? 0 ? 5 : 1 : 12); will print?
D. 1
D. 1
See less