Thread: Integer Size
View Single Post
  #7 (permalink)  
Old November 6th, 2005, 09:04 PM
Paramesh Paramesh is offline
Authorized User
 
Join Date: Nov 2005
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Paramesh
Default

We can use the sizeof operator in the ways described by phoenix.

The only thing we must remember is to put an extra space after sizeof.
For example, if we use:
sizeof i
then it will return the size of i.
But if we use it as:
sizeofi
then only an error message will pop up saying that
sizeofi undeclared.

Regards,
Paramesh.

"Don't walk behind me; I may not lead.
 Don't walk in front of me; I may not follow.
 Just walk beside me and be my friend."
Reply With Quote