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
C-File Handling
44+ articles
Interview Prep
35+ articles
c-puzzle
30+ articles
C-Macro & Preprocessor
18+ articles
GCC
6+ articles
recursive-approach
5+ articles
AdvanceC
2 posts
Recent Articles
Popular Articles
C Miscellaneous Interview Questions
Last Updated: 15 November 2025
C programming isn't just about printf() and for loops. For technical interviews, especially in system-level, embedded, or product-based roles, you're expected to master th...
read more
AdvanceC
C-File Handling
recursive-approach
Interview Prep
Branch prediction macros in GCC
Last Updated: 28 May 2017
One of the most used optimization techniques in the Linux kernel is " __builtin_expect". When working with conditional code (if-else statements), we often know which branc...
read more
C Language
c-puzzle
GCC
AdvanceC
C-Macro & Preprocessor