asm

can any one tell me about the keyword asm.....what is its function????and where it is used????
The asm keyword is used to put assembly code inline with C or C++ code. The content of the asm block is compiler and platform dependent, so you need to refer to your compiler's documentation.
Topic archived. No new replies allowed.