- 1
What type of language c++ is?
low , middle or high level
5 Answers
+ 4
Oh found it never know section to set syntax is existed in inline-asm thnx
+ 2
Its syntax is high level and all functions are low level
Low+high
+ 2
IMHO it's in middle level, because it is more human readable compared to assembly (low level), yet where needed, advanced coders may use inline assembly for direct hardware access, or perform time critical operations (don't ask, I don't know what they are :)
+ 2
Ewwww most inline-assembly in c use at&t syntax
also Can't well use ret instruction
0
@Very_Hard Some compilers allow you to use intel syntax or even both