Geeks Talk

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.

differences between assembly and c language

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...

Go Back   Geeks Talk > Software Development > C and C++
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 06-09-2008
Junior Member
 
Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
salindala is on a distinguished road
Smile differences between assembly and c language

also plz forward the differences between functions,macros,preprocessor,inline functions
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-10-2008
Junior Member
 
Join Date: Jun 2008
Location: Space Port of India
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Bhanukoti is on a distinguished road
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
Reply With Quote
Reply

  Geeks Talk > Software Development > C and C++

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 10:44 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved