October 10, 2023ProgrammingQuestion 1 Consider the following ANSI C program. # include <stdio.h> int main() { int i, j, count; count = 0; i = 0; for (j […]
October 10, 2023ProgrammingQuestion 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, 2023NTA UGC NET DEC-2022 Paper-2Question 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, 2023UGC NET CS 2010 Dec-Paper-2Question 11 How many of the following declarations are correct ? int z = 7.0; double void = 0.000; short array [2] = {0, 1, 2}; […]