Not Matlab, But C, Hope you can still help!!
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
What is the value of temp after executing the code below?
int temp, values[6] = {3, 4, 5, 1, 2, 8}; temp = *(values + 2)
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!