_Generic keyword in C
In this tutorial, you will learn the concept of _Generic keyword with a programming example. It will also help you to write a program on how to check a variable is const qualified in C. So let’s first understand what _Generic keyword ( _Generic selection ) is. _Generic keyword (since C11): Using the _Generic keyword, […]
_Generic keyword in C Read More »