...
October 25, 2023

NTA-UGC-NET 2021 Dec & 2022 June Paper-2

Question 12 The condition num!=65 cannot be replaced by A num > 65 || num<65 B !(num==65) C num-65 D !(num-65) ProgrammingOperator Question 12 Explanation:  Except […]
August 11, 2024

Pointers

Question 5 Which of the following statements is TRUE for the function prototype declaration given below? Int *(*P)(char *Q[]); A P is a function that accepts […]
August 11, 2024

Arrays

Question 12 Which of the following statements is INCORRECT with respect to pointers declared in the following ‘C’ language code? Void main() Int a[10], *p, *q; […]
August 21, 2024

UGC NET CS 2014 June-paper-3

Question 10 Match the following with respect to the jump statements : List – I List – II a. return i. The conditional test and increment […]