...
October 17, 2023

GATE 2017 [Set-2]

Question 14 Consider the following function implemented in C: void printxy (int x, int y)   { int *ptr; x = 0; ptr = &x; y = […]
October 17, 2023

Programming

Question 42 The minimum number of arithmetic operations required to evaluate the polynomial P(X) = X5 + 4X3 + 6X + 5 for a given value […]
October 17, 2023

Programming

Question 31 Consider the following program fragment for reversing the digits in a given integer to obtain a new integer. Let n = d1d2…dm. int n, […]
October 18, 2023

Programming

Question 432 Match List I with List II: List I List II (A) Activation record (I) Linking loader (B) Location counter (II) Garbage collection (C) Reference […]