Re: how to get the data type of a veriable
- From: Martin Ambuhl <mambuhl@xxxxxxxxxxxxx>
- Date: Sun, 17 Jul 2005 16:09:33 GMT
sunil.reloaded@xxxxxxxxx wrote:
Consider that a variable is defined as int in the beginning of the program.
Say, int ver1;
It is a very lengthy program hence i want to know the type of the varable ver1 in the middle of the program(Assume in some function).
Can you tell me how do i get the type of the variable that was defined previously???
Use your editor and look at the declaration. .
- References:
- how to get the data type of a veriable
- From: sunil.reloaded@xxxxxxxxx
- how to get the data type of a veriable
- Prev by Date: Re: database of C standard library functions?
- Next by Date: Seg Fault within function (New to C)
- Previous by thread: Re: how to get the data type of a veriable
- Next by thread: Re: how to get the data type of a veriable
- Index(es):