Thread
:
calculating size of int without sizeof operator
View Single Post
wrecker
Go4Expert Member
12Feb2008,19:59
is it possible to calculate the size of int, float, char and other data types without using sizeof operator.
one method i thought was using the << operator but it isnt working..