Dev cpp programme to find "total numbers of array elements".
1
Expert's answer
2019-05-07T08:15:58-0400
#include <iostream>usingnamespacestd;
intmain() {
int arr[] = {2, 4, 5, 6, 7, 8}; //it is possible to set N numbersint N = sizeof(arr) / sizeof(arr[0]);
cout << N;
return0;
}
Finding a professional expert in "partial differential equations" in the advanced level is difficult.
You can find this expert in "Assignmentexpert.com" with confidence.
Exceptional experts! I appreciate your help. God bless you!
Comments