b) Write the function prototype for each of the following situations: [7 Marks] i. A function called myFunction which re
Posted: Thu May 05, 2022 12:58 pm
b) Write the function prototype for each of the following situations: [7 Marks] i. A function called myFunction which returns void and has a non- constant pointer to constant data of type char as an argument. ii. A function called myFunction which returns void and has a constant pointer to constant data of type char as an argument. iii. A function called myFunction which returns void and has a constant pointer to non-constant data of type char as an argument.