Identify the output of the program!
#include <stdio.h>
void solve()
{
    printf("%d %d", (023), (23));
}
int main()
{
    solve();
 return 0;
}

Posted on by