摘要: tips图解复杂数组、指针声明 顺转法(顺时针旋转)带你带你看复杂数组和指针 int (*func_ptr_arr[5])(); int* ((ptr_to_func)())(); int ((arr[2])())[10]; int (((*func_returning_ptr)())[4])(); int (*((ptr_to_ 阅读全文
posted @ 2025-09-23 11:41 YouEmbedded 阅读(11) 评论(0) 推荐(0)