January 3, 2025

GATE-2024-CS1(Forenoon)

Question 18 Consider the following C program: #include <stdio.h> int main() {<br int a = 6; int b = 0; while(a < 10) { a = […]
March 12, 2025

GATE 2005

Question 4 Which one of the following are essential features of an object-oriented programming language? (i) Abstraction and encapsulation (ii) Strictly-typedness (iii) Type-safe property coupled with […]
March 16, 2025

GATE 1989

Question 9 An unrestricted use of the “go to” statement is harmful because of which of the following reason(s): A It makes it more difficult to […]
April 4, 2025

JT(IT) 2018 PART-B Computer Science

Question 1 Which of the following numerical values is NOT a valid constant in C language? A 12345L B 018CDF C 9.3e12 D 0XBCF ProgrammingData-Type Question […]