1.

Pick the correct statement for const and volatile.(A) const is the opposite of volatile and vice versa.(B) const and volatile can’t be used for struct and union.(C) const and volatile can’t be used for enum.(D) const and volatile can’t be used for typedef.(E) const and volatile are independent i.e. it’s possible that a variable is defined as both const and volatile.

Answer»


Discussion

No Comment Found