Page 1 of 1

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
by answerhappygod
2 Write A C Program That Will Do The Following 40pts Declare And Initialize An Array Int Klm 4 10 20 30 40 1
2 Write A C Program That Will Do The Following 40pts Declare And Initialize An Array Int Klm 4 10 20 30 40 1 (28.83 KiB) Viewed 19 times
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)