For the code given under, I'm getting 4200496 as output.
#include<stdio. h>
int main()
{
printf("%d",pri ntf);
return 0;
}
Why I'm getting output for this code and what does the value signify???
I've used DEV C++ IDE.
#include<stdio. h>
int main()
{
printf("%d",pri ntf);
return 0;
}
Why I'm getting output for this code and what does the value signify???
I've used DEV C++ IDE.
Comment