是什么在C和C ++的情况下为(int * i)及(INT * I​​)之间的区别? [英] What is the difference between (int *i) and (int* i) in context of both C and C++?

查看:86
本文介绍了是什么在C和C ++的情况下为(int * i)及(INT * I​​)之间的区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我发现,一些论坛上告诉这些性质不同。
所获得的输出,虽然类似

I find that some forums tell these are different in nature. the outputs obtained are though similar

推荐答案

在C和C ++

int *i;
int*i;
int* i;

所有相同。

这篇关于是什么在C和C ++的情况下为(int * i)及(INT * I​​)之间的区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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