Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 how can I prevent another program from modifying part of a file that I am modifying?

1138


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

1068


Explain what is wrong with this program statement? Void = 10;

1302


What does %p mean c?

1114


Do you know what are the properties of union in c?

1131


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

2005


What are operators in c?

1072


What Is The Difference Between Null And Void Pointer?

1329


i want to know the procedure of qualcomm for getting a job through offcampus

2515


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

1317


Is array a primitive data type in c?

1128


Is exit(status) truly equivalent to returning the same status from main?

1115


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

1184


What is an arrays?

1135


What is the difference between single charater constant and string constant?

1133