What is "protecting a varaible" in C? How does it work?

Posted by Aragorn on Stack Overflow See other posts from Stack Overflow or by Aragorn
Published on 2010-06-03T06:53:49Z Indexed on 2010/06/03 7:04 UTC
Read the original article Hit count: 167

Filed under:

In C++, we have the abstraction and data hiding. Can we achieve this through C?

© Stack Overflow or respective owner

Related posts about c