You need to implement a function that modifies multiple variables of different data types. What concept related to pointers would you use?

  • Arrays of pointers
  • Function pointers
  • Generic pointers
  • Typecasting pointers
Typecasting pointers would allow you to change the data type of a pointer to manipulate variables of different data types in a single function.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *