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-2003
5+ articles
GATE-CS-2002
3+ articles
GATE-CS-2001
2+ articles
GATE-CS-2000
3 posts
Recent Articles
Data Structures and Algorithms | Set 8
Last Updated: 23 July 2025
Following questions have been asked in GATE CS exam. 1. Consider the following functionsWhich of the following is true? (GATE CS 2000)(a) h(n) is 0(f(n))(b) h(n) is 0(g(n)...
read more
DSA
GATE-CS-2000
GATE-CS-2001
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
C Language | Set 1
Last Updated: 07 October 2021
Following questions have been asked in GATE CS exam.1. Consider the following three C functions : c [PI] int * g (void) { int x = 10; return (x); } [P2] int...
read more
C Language
GATE-CS-C-Language
GATE-CS-2000
GATE-CS-2001