2. write a C program that will do the following: (40pts) • Declare and initialize an array int KLM[4] = {10,20,30,40} •
Posted: Fri Apr 29, 2022 7:01 am
2. write a C program that will do the following: (40pts) • Declare and initialize an array int KLM[4] = {10,20,30,40} • Declare a pointer that point to the first element in the array • Display the address of the first element in the array • Display the address that the pointer is pointing to Copy your code here: (30pts)