...
October 10, 2023

Programming

Question 1 Consider the following ANSI C program. # include <stdio.h> int main() {             int i, j, count;             count = 0;             i = 0;             for (j […]
October 10, 2023

Programming

Question 37 What is printed by the print statements in the program P1 assuming call by reference parameter passing? Program P1() { x = 10; y […]
October 10, 2023

NTA UGC NET DEC-2022 Paper-2

Question 9 Machine Level Language is a/an A Assembly Language B Low level language C High level Language D Translating Language ProgrammingMemory-HierarchyVideo-Explanation Question 9 Explanation:  Machine […]
October 11, 2023

UGC NET CS 2010 Dec-Paper-2

Question 11 How many of the following declarations are correct ? int z = 7.0; double void = 0.000; short array [2] = {0, 1, 2}; […]