Infomax Computer Academy
Report Bug
Qus : Which of the following is the correct way to pass a pointer to a function?
QusWhich of the following is the correct way to pass a pointer to a function?
A. function(int ptr);
B. function(int *ptr);
C. function(*ptr);
D. function(ptr *int);
Solution
B. function(int *ptr);
Report Bug
Select Reason
Wrong Question
Wrong Translation
Out of Topic
Wrong Answer
Question and Option not visible
Formatting Issues
Hindi Version Not Available
Explanation Required
Others