How to check a variable is const qualified in C?
Do you know the const qualifier? If you’re reading this article, I believe your answer will be Yes. Here I will not discuss how to use the const keyword and what is the const keyword. But I will discuss how to know a variable is const qualified or not. ➤ How to check a variable […]
How to check a variable is const qualified in C? Read More »
