GATE CSE 2006 Q || C PROGRAMMING ||Data Structure || GATE Insights Version: CSE

Опубликовано: 05 Март 2026
на канале: GATE Insights Version: CSE
1,226
24

Planning to take coaching on https://unacademy.com/
here is a code for 10% off PLUS1BPK1

Downloads resources from here
https://education4fun.com/gate-cse/

MCQ (Single Correct Answer)
GATE CSE 2006
Consider the following C-function in which a[n] and b[m] are two sorted integer arrays and c[n + m] be another integer array.

Which of the following condition(s) hold(s) after the termination of the while loop? (GATE CS 2006)(i) j less than m, k = n+j-1, and
a[n-1] less than b[j] if i = n(ii) i less than n, k = m+i-1, and
b[m-1] less than or = a[i] if j = mA) only (i)B) only (ii)C) either (i) or (ii) but not bothD) neither (i) nor (ii)