M
Q. Suppose d = {“john”:40, “peter”:45}, to delete the entry for “john” what command do we use?
Related MCQs
Q. Admissibility of the heuristic function is given as:
Q. Each entry in a translation lookaside buffer (TLB) consists of
Q. Which of the following is false about a doubly linked list?
Q. Which will reduce the energy expenditure?
Q. The grammar G ={{S},{0,1},P,S}} where P={S tends to 0S1 , S tends to S1} is a ________.
Q. ____________ consists of formal definitions, such as a COBOL layout or a database schema.
Q. What is the output of the following code? def foo(k): k[0] = 1 q = [0] foo(q) print(q)
Discusssion
Login to discuss.