Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
C Language
1.3K+ articles
GATE-CS-DS-&-Algo
39+ articles
GATE-CS-C-Language
12+ articles
GATE-CS-2005
8+ articles
GATE-CS-2004
5+ articles
GATE-CS-2002
3+ articles
GATE-CS-2000
3+ articles
GATE-CS-2003
5 posts
Recent Articles
Data Structures and Algorithms | Set 9
Last Updated: 23 July 2025
Follow questions have been asked in GATE CS exam. 1 In a heap with n elements with the smallest element at the root, the 7th smallest element can be found in time (GATE ...
read more
DSA
GATE-CS-2003
GATE-CS-DS-&-Algo
C Language | Set 4
Last Updated: 23 July 2025
Following questions have been asked in GATE CS exam. 1. In the C language (GATE CS 2002)a) At most one activation record exists between the current activation record a...
read more
C Language
GATE-CS-C-Language
GATE-CS-2002
GATE-CS-2003
Data Structures and Algorithms | Set 6
Last Updated: 23 July 2025
Following questions have been asked in GATE CS exam.1. The usual (n^2) implementation of Insertion Sort to sort an array uses linear search to identify the position where ...
read more
C Language
GATE-CS-2003
GATE-CS-DS-&-Algo
C Language | Set 3
Last Updated: 09 April 2018
Following questions have been asked in GATE CS exam. 1.Assume the following C variable declaration int *A [10], B[10][10]; Of the following expressions I A[2] II A...
read more
C Language
GATE-CS-C-Language
GATE-CS-2002
GATE-CS-2003
GATE-CS-2005
GATE-CS-2000
Data Structures and Algorithms | Set 2
Last Updated: 23 July 2025
Following questions have been asked in GATE CS exam.1. Consider the function f defined below. c struct item { int data; struct item * next; }; int f(struct ...
read more
DSA
GATE-CS-2003
GATE-CS-2004
GATE-CS-DS-&-Algo