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 c basic?

591


What is the difference between call by value and call by reference in c?

610


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

800


What are the different properties of variable number of arguments?

657


Is a house a mass structure?

635






What is the purpose of void in c?

612


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1113


What is static memory allocation?

597


Explain how do you determine whether to use a stream function or a low-level function?

616


What is methods in c?

635


Explain why can’t constant values be used to define an array’s initial size?

849


What are the ways to a null pointer can use in c programming language?

586


What is the purpose of main( ) in c language?

610


What is difference between && and & in c?

576


If the size of int data type is two bytes, what is the range of signed int data type?

581