write a C program that will do the following: 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...



  1. write a C program that will do the following:



  • 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:



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here