1.

What is the syntax for constant pointer to address (i.e., fixed pointer address)?(a) const * (b) * const (c) const * (d) none of the mentionedThis question was posed to me in an interview.I need to ask this question from Character Pointers and Functions in section Pointers and Arrays in C of C

Answer»

The correct ANSWER is (B) * const

For EXPLANATION: None.



Discussion

No Comment Found

Related InterviewSolutions