what is the limitation of c) *
Answers
Answered by
1
The main limitation in C is that you cannot directly access a given CPU register. However, this is not entirely true - you cannot if you’re using the C standard in that case you can tell the compiler to store a variable in a register but not which one and you certainly cannot read from one.
_____________________________
Similar questions