Message-ID: <39249FAE.F0428E1F@fujixerox.co.jp> Date: Fri, 19 May 2000 10:58:06 +0900 From: Burgupalli Chaitanya Organization: Wipro Technologies X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en,ja MIME-Version: 1.0 To: DJGPP Subject: allocated memory size Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hi all, I am sorry if my question are too silly. I am absolute novice at programming in C and that is the reason for the question. Problem: Is there any way I can find out the number of bytes of memory that has been allocated to a pointer. Keep track of it while allocating would be a simple solution but is there any other way. I hope you would all bear with me during my first steps in C. Thank You Chaitanya B