What is the output of the code?
#include stdio.h
void solve() {
printf("%d %d",(076),(23));
}
int main()
{
solve();
return 0;
}

Posted on by