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
Explain how can I prevent another program from modifying part of a file that I am modifying?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Explain what is wrong with this program statement? Void = 10;
What does %p mean c?
Do you know what are the properties of union in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What are operators in c?
What Is The Difference Between Null And Void Pointer?
i want to know the procedure of qualcomm for getting a job through offcampus
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Is array a primitive data type in c?
Is exit(status) truly equivalent to returning the same status from main?
What is the purpose of main( ) in c language?
What is an arrays?
What is the difference between single charater constant and string constant?