int (*fun())[] June 6, 2022 by admin โช Choose the correct option.int (*fun())[]A. function returning a pointer to an arrayB. function returning an array of pointersC. pointer to a funtion which takes array as argumentD. Compiler error Submit Answer