355 views

3 Answers

Best answer
0 votes
0 votes

register and inline are not compiler directive rather request to compiler. These requests need not to be honored by the compiler.

so correct options are a,b

0 votes
0 votes
Register is the answer ...

IF we consider all others then INLINE ,STATIC , EXTERN are commands which Compiler implements without any issue..

But when it comes to REGISTER... its a type of request to compiler not a hard and fast command...

Now If CPU dedicates any register to the compiler then we can use that provision ..but if CPU don't assign any Register to that of Compiler then .. we can't utilize this provision ..

accessing address of a register is invalid this is the reason we cant use '&' in cases of REGISTERS..

Related questions

0 votes
0 votes
1 answer
1
Rustam Ali asked Aug 24, 2018
1,303 views
1 votes
1 votes
0 answers
2
Rustam Ali asked Aug 23, 2018
508 views
What are the correct options?
0 votes
0 votes
4 answers
3
Nukku asked Sep 21, 2019
2,694 views
A sorting technique that guarantees that records with same primary key in the same order in the sorted list as in the original unsorted list is said to be....