QuantForcesquant interview practice

DN_S24_Q004. const pointer vs pointer to const

difficulty 1100·answer type: code·Not solved

Problem

How do you declare a const pointer, a pointer to a const, and a const pointer to a const?

Submit answer

You must be signed in to submit answers.