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
what is uses of .net
What is an example of structure?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is union and structure?
What is function and its example?
write a c program for swapping two strings using pointer
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Explain void pointer?
What do the functions atoi(), itoa() and gcvt() do?
How reliable are floating-point comparisons?
What is ## preprocessor operator in c?
What is nested structure with example?
Explain how can a program be made to print the line number where an error occurs?
Explain the difference between malloc() and calloc() in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list