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
C++
3.8K+ articles
C Language
1.3K+ articles
linux-command
417+ articles
c-puzzle
30+ articles
C-Macro & Preprocessor
18+ articles
AdvanceC
2+ articles
GCC
6 posts
Recent Articles
Popular Articles
Top 10 Certifications for Networking Professionals
Last Updated: 14 January 2026
Networking connects people, companies, and industries worldwide. Professionals manage and protect these systems for smooth and secure communication. Certifications prove s...
read more
GBlog
Picked
GCC
Computer Networks-IP Addressing
Network-security
CCNA Networking Fundamentals
GBlog 2024
C++ Compilation process
Last Updated: 20 February 2026
The process of converting human-readable C++ code into an executable machine program involves multiple stages. Each stage plays a critical role in ensuring that our code r...
read more
C++ Programs
C++
Picked
GCC
CPP Examples
Difference Between gcc and g++
Last Updated: 12 July 2025
The GNU Compiler Collection, abbreviated as GCC provides multiple compilers to compile source codes of different programming languages, mainly C and C++. In its command li...
read more
C++
GCC
__builtin_inf() functions of GCC compiler
Last Updated: 12 July 2025
These functions do not need to include any header file to use them. So it provides faster usage, as these are Built-in functions of GCC compiler which is most used compile...
read more
C++
GCC
GDB (Step by Step Introduction)
Last Updated: 10 January 2025
GDB stands for GNU Project Debugger and is a powerful debugging tool for C (along with other languages like C++). It helps you to poke around inside your C programs while ...
read more
C Language
GCC
linux-command
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