Hello, I have a type part question. Derive a function whose int element returns a pointer to an array of four elements (there are no parameters of the function)

Asked 2 years ago, Updated 2 years ago, 25 views

Based on the conversion type int Put the element behind the name of the np int[NP][4] Isn't it over if you write int(*[NP])[4] for the indirect operator? But up to here, I think it's a pointer type that points to an array of four int elements

If you derive a function that returns like a problem here, What should I do?

int (*[NP])[4]

c++

2022-09-22 19:01

1 Answers

It's a domestic textbook, but the problem itself was written vaguely


2022-09-22 19:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.