M
Q. What is the output of the following code?
def foo(k):
k[0] = 1
q = [0]
foo(q)
print(q)
Related MCQs
Q. The approach/document used to make sure all the requirements are covered when writing test cases
Q. Operator PUTDOWN has which of the following sequence of actions?
Q. Bellmann Ford algorithm was first proposed by
Q. identify Load-Balancing Scheme/s
Q. Complete the following analogy:- Registers are to RAM’s as Cache’s are to
Q. CUDA offers the Chevron Syntax to configure and execute a kernel.
Q. Which of the following is true for the language {a^p} p is prine ?
Discusssion
Login to discuss.