要了解本文中的所有程序,您应该了解以下主题:
- 数组
- 多维数组
- 指针
- 数组和指针关系
- 通过参考电话
- 动态内存分配
数组和指针示例
Calculate the average of array elements |
Find the largest element of an array |
Calculate standard deviation |
Add two matrices |
Multiply two matrices |
Find transpose of a matrix |
Multiply two matrices |
Access elements of an array using pointers |
Swap numbers in the cyclic order using call by reference |
Find the largest number (Dynamic memory allocation is used) |