C Programming and Technical

What are register variables? What are the advantage of
using register variables?

Read Solution (Total 1)

C Other Question

Which of the following is the correct order of evaluation for the below expression?
z = x + y * z / 4 % 2 - 1

Options
1) * / % + - =
2) = * / % + -
3) / * % - + =
4) * % / - + =
What is the use of typedef?