Help! template functionDepends what you are trying to do. The problem at the moment is that the function argument in the...
Need helps on pointerint (*p)[3] declares p as a pointer to an array of 3 int's. p is then assigned to be the address ...
touppertoupper() takes a char and returns a char, you are passing it a char* The correct syntax is sent...
This user does not accept Private Messages