Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Interview
»
Technology
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
int **fun(float**, char**)
int *fun(float*, char*)
int ***fun(float*, char**)
int ***fun(*float, **char)
Correct Answer:
int ***fun(float*, char**)
← Previous Question
Next Question→
More Questions from
Technology
How do define the user-defined exceptions?
How to handle error in the destructor?
How much the bug is affecting the functionality of the application?
What is Silk Test and what is the use of it ?
What is the importance of having an emulator within the Android environment?
What are new Media Elements in HTML5?
What is the purpose of canvas in HTML?
What are three ways to reduce page load time?
What is ADB in Android ?
What role does Dalvik play in Android development ?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments