Sail E0 Webinar
Question
What is the output of this C code?
void main()
{
int x = 0;
int *ptr = &5;
printf("%p\n", ptr);
}
Options:
A .  5
B .  Address of 5
C .  Nothing
D .  Compile time error
Answer: Option D


None.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers