C++ Primer Exercise – Stack Overflow

i just started to learn C++ , and come across 2 exercises in C++ Primer . 1 of this exercises i can't understand . Exercise 2.22 C++ Primer Assuming p is a pointer to int ,explain the following code: if (p) //…. if (*p) //…. As i understand in 1 if (p) is
Recent Questions – Stack Overflow

1 62 63 64 65 66 88