...
September 8, 2024

Algorithm-Paradigms

Question 1 Give short answers to the following questions: (i) Convert the following Pascal statement to a single assignment statement: if x > 5 they y:=true […]
September 9, 2024

GATE 1991

Question 10 Consider the following recursive definition of fib: fib (n) : = if n = 0 then 1 else if n = 1 than 1 […]
September 11, 2024

Programming

Question 183 In Java, the Dynamic Array are known as : A Vectors B Cycle C Remote D Kubernotos ProgrammingArraysNIC-NIELIT STA 2020Video-Explanation Question 183 Explanation:  In […]
September 12, 2024

GATE 2005

Question 1 What does the following C-statement declare? int ( * f) (int * ) ; A A function that takes an integer pointer as argument […]