The ________ keyword in C suggests to the compiler to use a CPU register for the variable to optimize access time.

  • const
  • register
  • static
  • volatile
The 'register' keyword in C suggests to the compiler to use a CPU register for the variable to optimize access time, which can lead to faster variable access.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *