...
October 20, 2023

Programming

Question 424 Consider the following recursive Java function f that takes two long arguments and returns a float value: Which of the following real values best […]
October 20, 2023

Programming

Question 195 Consider the following pseudo-code fragment, where m is a non-negative integer that has been initialized: p = 0; k = 0; while(k < m) […]
October 20, 2023

Programming

Question 311 What is the value of ‘b’ after the execution of the following code statements : c=10; b=+ +c+ + +c; A 20 B 22 […]
October 21, 2023

NTA UGC NET DEC-2022 Paper-2

Question 4 Consider the following conditional code, which returns a Boolean values if ((x>25) && (y>100)) return ‘false’; else if((x<=25) && (y<=100) return ‘true’; else if((x>25) […]
error: Alert: Content selection is disabled!!