Multiple Choice
Which macro is used to insert assembly code in C program (VC++ compiler) ?
A) __asm__
B) _asm_
C) __asm
D) asm
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q37: Pointer is special kind of variable which
Q38: Which gcc flag is used to generate
Q39: To print a single character in ouptut,which
Q40: What is true about fputs function<br>A)write to
Q41: In order to fetch the address of
Q43: What is the output of below program?<br>Int
Q44: How many loops are there in C<br>A)1<br>B)2<br>C)3<br>D)4
Q45: If 'a' is the integer which is
Q46: What is storage class for variable A
Q47: #include "stdio.h"<br>Int main()<br>{<br>Int a = 10;<br>Printf("%d", a);<br>Int