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


Please Help Members By Posting Answers For Below Questions

Explain which function in c can be used to append a string to another string?

591


Under what circumstances does a name clash occur?

693


What are identifiers and keywords in c?

574


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1138


main() { printf("hello"); fork(); }

698






What is the value of a[3] if integer a[] = {5,4,3,2,1}?

675


What are the types of functions in c?

576


what is the diffrenet bettwen HTTP and internet protocol

1394


using for loop sum 2 number of any 4 digit number in c language

1737


What is #ifdef ? What is its application?

650


Can we declare a function inside a function in c?

591


What are valid operations on pointers?

671


How can I change their mode to binary?

698


What is malloc() function?

638


Explain what is the benefit of using const for declaring constants?

617