...
April 5, 2025

GATE 2013

Question 33 Consider the following languages. L1 = {0p1q0r|p,q,r≥0} L2 = {0p1q0r|p,q,r≥0, p≠r} Which one of the following statements is FALSE? A L2 is context-free. B […]
April 5, 2025

GATE 2008-IT

Question 13 Match the programming paradigms and languages given in the following table. A I-c, II-d, III-b, IV-a B I-a, II-d, III-c, IV-b C I-d, II-c, […]
April 5, 2025

Nielit Scientist-B CS 4-12-2016

Question 8 What will be output if you will compile and execute the following C code? void main() { char c=125; c=c+10; printf(“%d”,c); } A 135 […]
April 5, 2025

Programming

Question 50 Consider the following PASCAL program segment: if i mode 2 = 0 then while i > = 0 do begin i:=i div 2; if […]