InterviewSolution
Saved Bookmarks
| 1. |
Difference between const char* p and char const* p? |
|
Answer» Since const char and char const are the same, it's the same. |
|