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-2000
3+ articles
GATE-CS-2001
2 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 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