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

What is size of union in c?

802


How can I direct output to the printer?

1097


Write a Program to find whether the given number or string is palindrome.

1008


program to convert a integer to string in c language'

2223


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3617


Is using exit() the same as using return?

957


Explain the difference between ++u and u++?

869


Explain what is meant by high-order and low-order bytes?

867


Explain what is meant by 'bit masking'?

908


What is a macro?

902


What are structure members?

856


What is a pointer value and address in c?

850


What is time complexity c?

779


how to find binary of number?

3971


Define Array of pointers.

868