What will be the output of the snippet code
void solve() 
{
printf("%d %d %d", (057), (24), (0x87));
}
int main() {
solve();
return 0;
}


Posted on by