View Single Post
Go4Expert Member
12Feb2008,19:59  
wrecker's Avatar
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..