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

what is uses of .net

1787


What is an example of structure?

1101


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1431


What is union and structure?

1195


What is function and its example?

1272


write a c program for swapping two strings using pointer

2690


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

1076


Explain void pointer?

1096


What do the functions atoi(), itoa() and gcvt() do?

1245


How reliable are floating-point comparisons?

1151


What is ## preprocessor operator in c?

1133


What is nested structure with example?

1135


Explain how can a program be made to print the line number where an error occurs?

1282


Explain the difference between malloc() and calloc() in c?

1102


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

1120