Can C# Be Used For Machine Level
Can C# Be Used For Machine Level similar to Assembly if not what other languages besides assembly supports this?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Jan 10, 2010, 4:05 PM
Unsafe Keyword .. and other API functions .. to interact with the hardware ..
C language is language which can be used instead f assembly as its middle level language you can use it both way high level + low level ..
hope this clears your doubt :)