Interview Problem List
Login
New update is available. Click here to update.
Topics
Problem
What will be the output ?
Easy
0/10
Problem statement
Send feedback
int *ptr = 0; int a = 10; *ptr = a; cout << *ptr << endl;
Options:
One or more answers may be correct
One or more answers may be correct
10
0
Error
Settings