30 likes | 56 Views
FOR MORE CLASSES VISIT<br>tutorialoutletdotcom <br><br>Focusing on Intermediate Programming<br><br>1. Explain the problem with the following code segments:<br><br>a. int *x;<br>*x = 5;<br>
E N D
Focusing on Intermediate Programming 1 • FOR MORE CLASSES VISIT • tutorialoutletdotcom • Focusing on Intermediate Programming • 1. Explain the problem with the following code segments: • a. int *x; • *x = 5; • b. const int * x;