# in octave, use sum(vector)
>> rowVector = [1 2 3]
rowVector =
1 2 3
>> sum(rowVector)
ans = 6
Code Example |
---|
C :: simplify fractions C |
C :: send http request in C |
C :: prime check in c |
C :: %hd c |
C :: How to generate a random array in c |
C :: C program to count number of digits in a number |
C :: thread in c |
C :: npm fix old lockfile |
C :: graphics in c |
C :: c for schleife |
C :: hashmap c |
C :: c integer to string |
C :: divide and conquer program in c |
C :: round function in c |
C :: write array of char to file in c |
C :: sum average min max in c array |
C :: odd even in c with ternary operator |
C :: how to reverse a string in c |
C :: c radians |
C :: malloc c include |
C :: bitwise and in c |
C :: c zero out array |
C :: malloc basics |
C :: c long to string |
C :: c median of array |
C :: eliminare file in c |
C :: ex: C hello world |
C :: Create the static library libmy.a containing all the functions listed below: |
C :: c unused variable |
C :: boolean operators in c++ |