Input / Output – Point Out Correct Statements 1. Which of the following statements about the program is correct? A. The code counts the number of…
Strings – Point Out Correct Statements 1. Which of the following statements are correct about the program below? A. The code converts a string…
Pointers – Point Out Correct Statements 1. Which of the following statements correctly declare a function that receives a pointer to pointer to a…
Functions – Point Out Correct Statements 1. Which of the following statements are correct about the program? A. It prints garbage values infinitely B.…