Page 1 of 1

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
by answerhappygod
B Write The Function Prototype For Each Of The Following Situations 7 Marks I A Function Called Myfunction Which Re 1
B Write The Function Prototype For Each Of The Following Situations 7 Marks I A Function Called Myfunction Which Re 1 (59.97 KiB) Viewed 40 times
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.