What has to put when we are inserting as assembly language
code into the C code? or When we are inserting as assembly
language code into the C code we have to insert one thing
at the start and of the assembly language. What are they?
Answer Posted / sivavendra
Yes,, we have to give the assembly code as inline function as follows.....
asm
{
"assembly instructions"
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
ATM machine and railway reservation class/object diagram
What are the standard predefined macros?
Can include files be nested?
How main function is called in c?
What is putchar() function?
What is the auto keyword good for?
what is the format specifier for printing a pointer value?
What are multidimensional arrays?
Is c procedural or object oriented?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What does dm mean sexually?
How macro execution is faster than function ?
Mention four important string handling functions in c languages .
What is the difference between c and python?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this