A Admin • 833K Points Coach Q. What is the output of the following code snippet? int x = 10; int *ptr = &x; cout << ptr; (A) 10 (B) Address of x (C) 0 (D) Error Correct Answer - Option(B) Views: 29 Filed under category C++ Hashtags: Share Manage Tags
Discusssion
Login to discuss.