Chat with our AI personalities
The simplest way is to store the sequence in an array, then pass the array to the following function: int sum (int* a, int size) { int s = 0; for (int i=0; i<size; ++i) s += a[i]; return s; } Example usage: int x[5] = {1, 2, 3, 4, 5}; int s = sum (x, 5); assert (s == 15);
P-Polluting L-Land A-Atmosphere S-Soil T-Topography I-In the C-Country
refer the article http://www.msha.gov/S&HINFO/TECHRPT/GROUND/SAFEMEAS.pdf
I dont know how to generate the nos. randomly.I think it should follow some logic.So the following prog is made upon the inputs given by a user.#include#includevoid main(){ int a[5][5],i,j,s;printf("\nEnter elements of the 5X5 matrics:\n");for(i=0;i
it is was a code for the telegraph. ( 1 beep for S, 2 beeps for T, 3 beeps for R, 4 beeps for E, 5 beeps for A, 6 beeps for M).