Search Results

Search: Posts Made By: Corona688
Forum: Programming 09-12-2018
2,551
Posted By Corona688
Here's how I had to use it: #include...
Here's how I had to use it:

#include <stdio.h>

void arrbyptr(int (*ptr[2][2])[2]) {

printf("[0][0][0]=%d,[0][0][1]=%d,[0][1][0]=%d,[0][1][1]=%d\n",
(*ptr)[0][0][0],...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 09:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy