2. write a C program that will do the following: (40pts) • Declare and initialize an array int KLM[4] = {10,20,30,40} •
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
2. write a C program that will do the following: (40pts) • Declare and initialize an array int KLM[4] = {10,20,30,40} •
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)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!