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
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
C Language
1.3K+ articles
GATE-CS-DS-&-Algo
39+ articles
GATE-CS-C-Language
12+ articles
GATE-CS-2003
5+ articles
GATE-CS-2004
5 posts
Recent Articles
Data Structures and Algorithms | Set 5
Last Updated: 23 July 2025
Following questions have been asked in GATE CS exam.1. Consider the following C function. c float f(float x, int y) { float p, s; int i; for (s=1, p=1, i=1;...
read more
DSA
GATE-CS-2004
GATE-CS-DS-&-Algo
Data Structures and Algorithms | Set 4
Last Updated: 15 February 2021
Following questions have been asked in GATE CS exam.1. Consider the following C program segmentc struct CellNode{ struct CelINode *leftchild; int element; st...
read more
DSA
GATE-CS-2004
GATE-CS-DS-&-Algo
Data Structures and Algorithms | Set 3
Last Updated: 23 July 2025
Following questions have asked in GATE CS exam.1. Suppose you are given an array s[1...n] and a procedure reverse (s,i,j) which reverses the order of elements in a between...
read more
DSA
GATE-CS-2004
GATE-CS-DS-&-Algo
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
C Language | Set 2
Last Updated: 23 July 2025
Following questions have been asked in GATE CS exam. 1. Consider the following C program segment:c char p[20];char *s = string;int length = strlen(s);int i;for ...
read more
C Language
GATE-CS-C-Language
GATE-CS-2004