Declare the following statement?'A pointer to a function which receives an int pointer and returns float pointer'. - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
14 Mar 2023 10:23 AM study24x7 study24x7

Declare the following statement?
"A pointer to a function which receives an int pointer and returns float pointer".

A

float *(ptr)*int;

B

float *(*ptr)(int)

C

float *(*ptr)(int*)

D

float (*ptr)(int)

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles