User profile: Hakidoki

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:Hakidoki
History
Joined:
Number of posts:1
Latest posts:

returning a multi dimension array then print it
[code]#include <iostream> using namespace std; void PrintSol(int *arr_p) { [b]int (*arr)[9] = (in...