Question from the C++ test

What is the value of a pointer to a function that has not been defined?

Hard

What would be the output of the following code snippet?

char *p = “Hello World!!”;
cout << (void*) p << endl;
Author: Abha AgrawaStatus: PublishedQuestion passed 461 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!