what will be the output of the following program?
#include stdio.h
void solve() {
printf("%d %d %d", (76), (2), (0x679));
}
int main() {
solve();
return 0;
}

Posted on by