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 size of union in c?
How can I direct output to the printer?
Write a Program to find whether the given number or string is palindrome.
program to convert a integer to string in c language'
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
Is using exit() the same as using return?
Explain the difference between ++u and u++?
Explain what is meant by high-order and low-order bytes?
Explain what is meant by 'bit masking'?
What is a macro?
What are structure members?
What is a pointer value and address in c?
What is time complexity c?
how to find binary of number?
Define Array of pointers.