Which of the following specifiers in C++ need not be honored by the compiler?
a) static
b) inline
c) extern
d) register
Which of the following is correct?1
(b) and (d)
2
(a) and (b)
3
(c) and (d)
4
(a) and (d)
Which of the following specifiers in C++ need not be honored by the compiler?
a) static
b) inline
c) extern
d) register
Which of the following is correct?