Question: algorithms please programing in c language Problem #2 (15 points). (To check your understanding in C pointers) Given the following program in C: main() (char
Problem #2 (15 points). (To check your understanding in C pointers) Given the following program in C: main() (char c"ENTER", "NEW", "POINT, "FIRST" char "cp c+CONST_A, ct CONST_B, c+ CONST C, c+ CONST_D char cpp cp; printf("%s", **++cpp): printf("%s", *--*++cpp+3); printf("%s", *cpp[-2]+3); printf("%sin", cpp[-11-1]+1); The output of the above program is "POINTER STEW" What are the values of: CONST_A, CONST_B, CONST_C, CONST_D
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
