wat is the answer ?
Posted: Fri Apr 29, 2022 6:39 am
wat is the answer ?
Running the following code will produce the output 1. 2. int find[] = {1,2,3,4};..... double *p = find; cout << *p+8; - 3. 9 8 w 10 Error
Running the following code will produce the output 1. 2. int find[] = {1,2,3,4};..... double *p = find; cout << *p+8; - 3. 9 8 w 10 Error