0
925views
Explain the use of assembly language in C language with suitable example.
1 Answer
0
3views
  • This is known as inline assembly which does not require separate assembly and link steps.

  • It is more convenient than separate a separate assembler. This uses the functions and variables of ‘c’ language. This helps to integrate the assembly language program and ‘c’ language program easily.

  • Its uses following syntax …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.