Array
Lesson
코딩도장 핵심요약: 1D Array 핵심요약

Example Code
Example 1
Exercise
Exercise 1
Declare and define the following functions
void addVec(float _src1[], float _src2[], float _dst[], int _vecLength);

Exercise 2
Assign array address to pointer ptr.
Print each element of 1D array by using pointer
Last updated
Was this helpful?