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 / vaishnavi
we can insert assembly code by using asm()
asm("assembly code")
The compiler will insert these asm code into the assembly code being generated, and hence the compiler-supplied and the user-supplied assembly will be combined
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What do the functions atoi(), itoa() and gcvt() do?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Is there any data type in c with variable size?
what are the 10 different models of writing an addition program in C language?
What is meant by int main ()?
What is formal argument?
find out largest elemant of diagonalmatrix
When should the volatile modifier be used?
Is null a keyword in c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
How can you find the exact size of a data type in c?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Who invented bcpl language?