How can I unset a variable in C to allow usage of the same name with different datatype later on?

I want to use the same variable name with a different datatype in C program without casting.

I really wanna do that don't ask why.

So how can I do that ?
And how can I handle the error if this variable doesn't exist while doing prophylactic unsetting ?

6
задан AssemblerGuy 6 December 2010 в 23:11
поделиться