A Admin • 833K Points Coach Q. Which of the following is the correct syntax for defining a pointer to an integer in C++? (A) int ptr; (B) int *ptr; (C) int &ptr; (D) pointer<int> ptr; Correct Answer - Option(B) Views: 18 Filed under category C++ Hashtags: Share Manage Tags
Discusssion
Login to discuss.