Question: The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is ____________

Options

A : int **fun(float**, char**)

B : int *fun(float*, char*)

C : int **fun(float*, char**)

D : int ***fun(*float, **char)

Click to view Correct Answer

Previous || Next

C Plus Plus Aptitude Question Answer Pointers more questions

Which data type can be stored in register?

In function free(p), p is a _______

Which data type is used to represent the absence of....

Which of the data types has the size that is....

Which of the following declaration will result in run-time error?

How do you allocate a matrix using a single pointer....

Which of the following is illegal?

Which of the following is not a valid variable name....

Which of the following function declaration is illegal?

What is the correct syntax of declaring array of pointers....

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Programming String Operations

C Programming Ungetc 2

C Programming Variable Length Argument

C Programming Variable Names 1

C Programming Variable Names 2

Cplusplus Interview Basic String

C Plus Plus Interview Macros

C Plus Plus Interview Questions And Answers Arrays

C Plus Plus Interview Questions And Answers Value Return

Cplusplus Interview Questions C Style Algorithms