October 5, 2023NTA UGC NET DEC-2022 Paper-2Question 10 Which of the following is wrong about the data types? A The number is always positive when qualifier ‘unsigned’ is used. B The number […]
October 28, 2023PointersQuestion 4 What is printed by the following ANSI C program? #include int main(int argc, char *argv[]) { int x = 1, z[2] = {10, 11}; […]