Q: Why i cant declare a register variable in global scope?
example :
#include <stdio.h>
register int g;
int main()
{
return 0;
}
0
Answer in progress...
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
C++
Comments