0
622views
Assembly language Vs C programming
1 Answer
0
0views

(i) Assembly language is a low level language. It is dependent on the system architecture. i.e writing assembler routines for one computer, can't port it over to another computer without a radical rewrite of the code.

In case of C, you can port C over to various platforms quite easily. …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.