What happens if the following program is executed in C and C++?#include int main() { foo();} int foo() { printf("Hello"); return 0;
Answers
Answered by
0
I think you should search the code from Google and paste the code in your editor it will take nearly half n hour
Similar questions