...
October 18, 2023

Programming

Question 47 The procedure given below is required to find and replace certain characters inside an input character string supplied in array A. The characters to […]
October 18, 2023

GATE 2011

Question 10 What does the following fragment of C-program print? char c[] = "GATE2011"; char *p =c; printf("%s", p + p[3] - p[1]) ; A GATE2011 […]
October 19, 2023

Programming

Question 274 Consider an array A[20, 10], assume 4 words per memory cell and the base address of array A is 100. What is the address […]
October 20, 2023

Programming

Question 284 Consider the following recursive Java function f that takes two long arguments and returns a float value : public static float f(long m, long […]