User Profile

Collapse

Profile Sidebar

Collapse
Gunapal
Gunapal
Last Activity: Apr 7 '07, 05:31 AM
Joined: Mar 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Gunapal
    replied to sizeof() operator/function?
    in C
    hi got the answer !

    The sizeof operator must take into account the implementation of the underlying memory allocation scheme to obtain the sizes of various datatypes. sizeof is a compile-time operator, which means that during compilation, sizeof and its operand get replaced by the result-value. This is evident in the assembly language code produced by a C or C++ compiler. For this reason, sizeof qualifies as an operator, even though...
    See more | Go to post

    Leave a comment:


  • Gunapal
    replied to sizeof() operator/function?
    in C
    thank you very much!!!!

    regards
    gunapal...
    See more | Go to post

    Leave a comment:


  • Gunapal
    started a topic sizeof() operator/function?
    in C

    sizeof() operator/function?

    HI,

    What is the reason, behind Sizeof being treated as an operator and not as a function, even though we use "()" (paranthesis)

    Could some one please explain this..

    Thanks and Regards
    Gunapal
    See more | Go to post
No activity results to display
Show More
Working...