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