Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on differences between assembly and c language within the C and C++ forums, part of the Software Development category; also plz forward the differences between functions,macros,preprocessor,inline functions...
|
|||||||
|
|||
|
Re: differences between assembly and c language
Assembly language is in terms of Mnemonics that requires conversion in to machine language .
C language is in terms of natural languages that requires conversion in to assembly language. Ex: Addition of two numbers. In C: c=a+b; In Assembly language: LOAD a LOAD b ADD a,b STORE C |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Detailed differance in C language and C++ language? | prachidamle30 | C and C++ | 6 | 03-13-2008 09:42 AM |
| differences between QTP & RFT | bvani | QTP | 1 | 09-05-2007 07:47 PM |
| Assembly Program | prakash.kudrekar | C and C++ | 2 | 07-20-2007 12:16 PM |
| Satellite assembly | scott | ASP.NET | 1 | 07-26-2006 04:51 PM |
| Explain about Assemblies, native assemblies, and the Global Assembly Cache | GeekAdmin | VB.NET | 0 | 05-17-2006 11:59 PM |