October 12, 2023

Programming

Question 50 Consider the following high level program segment. Give the contents of the memory locations for variables W, X, Y and Z after the execution […]
October 13, 2023

UGC NET CS 2007 June-Paper-2

Question 11 The following loop in ‘C’ : int i=0; while (i++ < 0) i– ; A will terminate B will go into an infinite loop […]
October 13, 2023

UGC NET CS 2007 June-Paper-2

Question 12 In case of right shift bitwise operator in ‘C’ language, after shifting n bits, the leftmost n bits : A are always filled with […]
October 16, 2023

Programming

Question 204 What will be output if you will compile and execute the following C code? void main() { printf(“%d”,sizeof(5.2)); } A 4 B 8 C […]
error: Alert: Content selection is disabled!!