Write a program that displays only the 6th element of an array given below using pointers. int y [10]={11,22,33, 44,55,6
Posted: Sat May 14, 2022 3:01 pm
Write a program that displays only the 6th element of an array given below using pointers.
int y [10]={11,22,33, 44,55,66,77,88,99,110)
int y [10]={11,22,33, 44,55,66,77,88,99,110)