Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
bitwise operators(info)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Harald van Dijk, post: 4642304"] Only in the abstract machine. An integer may for example, in a concrete translation of a program, very well be represented as a string/float if the implementation determines that the value will not be used for anything else than a conversion to a string/float. Or a compiler may load an integer in a floating point register, because a floating point register happens to be available and all integer registers are already in use. Or, although I doubt it would be a good idea, a conforming implementation of C could be created for a ternary machine, converting behind the scenes between binary and ternary as required. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
bitwise operators(info)
Top