R Rakesh Kumar • 28.44K Points Instructor II Bookmark Embed Report View In MB-Short 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: 104 Filed under category C++ Share
Discusssion
Login to discuss.