c

17 Mar 2025

Macros in Rust

Let’s understading How macros in Rust work and comparing with C language

16 Mar 2025

Inline Functions in C

Inline function is used for performance optimization, encapsulation, and reduced stack usage