6
In languages such as Nodejs, Ruby, Moon, etc. When I want to know what the type of my variable is just use the function typeof
(not necessarily in the cited languages) that returns a String with the type name of my variable.
But how to do it in C?