解释以下说明 [英] Explain about the following instructions

查看:89
本文介绍了解释以下说明的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

char * arr [4] = {C,C ++,Java,VBA};

char *(* ptr)[ 4] =& arr;



我尝试过:



请解释上面的文章

解决方案

这听起来像家庭作业一样可疑。我们不打算为你做这件事。


Study 指针 [ ^ ]以及关于指针的C问题 [ ^ ]

char *arr[4] = {"C","C++","Java","VBA"};
char *(*ptr)[4] = &arr;

What I have tried:

please explain above insructions

解决方案

This sounds suspiciously like homework. We're not going to do this for you.


Study Pointers[^] and more at C questions on pointers[^]


这篇关于解释以下说明的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆