@mayank-MV7Gjv
•
Oct 25, 2024
Oct 25, 2024
3.3K
Mayank's C/C++ Challenger - II
Hi All,
I am back with another question. Here it goes:
What will happen to the following code?
int main()
{
int *p = NULL ;
int *&ref = p...