...
December 1, 2023

Programming-for-Output-Problems

Question 20 What will be the output of following? main() { static int a=3; printf(“%d”,a–); if(a) main(); } A 3 B 3 2 1 C 3 […]
December 1, 2023

Question 8878 – ISRO CS 2020

The master theorem Correct Answer: B Question 9 Explanation:  FALSE: The master theorem assumes the subproblems are equal sizes. TRUE: It can be used if the […]
December 1, 2023

2018 July 22 NTA UGC NET Paper 1

Question 6 Identify the correct order of the following components which are interrelated in research. (i) Observation (ii) Hypothesis making (iii) Developing concepts (iv) Deducing the […]