Page 1 of 1

3 of 20 The value of the variable character is assignable in the main() function. It is also printable by the statement

Posted: Mon Jun 06, 2022 1:45 pm
by answerhappygod
3 Of 20 The Value Of The Variable Character Is Assignable In The Main Function It Is Also Printable By The Statement 1
3 Of 20 The Value Of The Variable Character Is Assignable In The Main Function It Is Also Printable By The Statement 1 (47.01 KiB) Viewed 35 times
3 of 20 The value of the variable character is assignable in the main() function. It is also printable by the statement Printf(" the value of %s is: ", temp); in the function void printFunction (char temp). Which of the following statements is incorrect? main() passes character by value the prototype for the function is void printFunction (char); The function can return the value of character to main() It is likely that the value printed by prinunction equals any value assigned by main () to the variable character