Easy
How is the variable 'p' initialized?
int main()
{
int numStudent = 4527184;
int* p = &numStudent;
}
Author: KahinaStatus: PublishedQuestion passed 309 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!