How much space does "variable name" takes ?
        Posted  
        
            by Ravi Gupta
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ravi Gupta
        
        
        
        Published on 2010-03-22T07:17:17Z
        Indexed on 
            2010/03/22
            7:21 UTC
        
        
        Read the original article
        Hit count: 402
        
I have 2 variable like below
char s='s'; 
char Kaazoooombaa ='s';
how can I know which variable is consuming how much space ?
© Stack Overflow or respective owner