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.
Queue is a _____________ list.
D. fifo
D. fifo
See lessRecursive functions are executed in a?
D. last in first out order
D. last in first out order
See lessWhich one of the following is not a linear data structure?
B. binary tree
B. binary tree
See lessA binary tree with 27 nodes has _______ null branches.
D. none of the above
D. none of the above
See less. Which one of the following sentences is true ?
B. the body of a do ... while loop is executed at least once.
B. the body of a do … while loop is executed at least once.
See lessWhat is function?
D. all the above
D. all the above
See lessWhat is the work of break keyword?
C. exit from loop or switch statement
C. exit from loop or switch statement
See lessIn switch statement, each case instance value must be _______?
A. constant
A. constant
See lessWhich operators are known as Ternary Operator?
B. ?, :
B. ?, :
See lessWhich is the right way to declare constant in C?
B. int const var = 10;
B. int const var = 10;
See less