What is the output of following code?
#includeiostream
using namespace std;
int main()
{
int x;
int *p;
x=7;
p=&x;
count *p;
return 0;
}

Posted on by