Java and C++ Programming Concepts
Casual Mode - Take your time!
1 / 18
Correct
0
Incorrect
0
Score
0%
Multiple Choice
int *p(char *a)
- p is a function that returns a pointer to an integer quantity
- p is a function that accepts an argument which is a pointer to a character and returns a pointer to an integer quantity
- p is a function that accepts an argument which is a pointer to a character and returns an integer quantity
- None of the above