A Admin • 833K Points Coach Q. Which of the following correctly initializes a C++ pointer? (A) int ptr = 5; (B) int *ptr = &x; (C) int ptr = &x; (D) pointer<int> ptr; Correct Answer - Option(B) Views: 12 Filed under category C++ Hashtags: Share Manage Tags
Discusssion
Login to discuss.