您的代码完全合法。你必须使用一个破碎的 编译器。 KrishanuYour code is perfectly legal. You must have been using a brokencompiler.Krishanu 什么是你的编译器? 我什么也没得到DEV-C ++。 和& arr与arr具有相同的值,运行此程序 #include< stdio.h> int main(无效) { char arr [6] =" hello"; printf(" arr =%d",arr); printf("& arr =%d",& arr); 返回0; }What''s your compiler?I got nothing under DEV-C++.and, &arr has the same value with arr,run this program#include <stdio.h>int main(void){char arr[6] = "hello";printf("arr = %d", arr);printf("&arr = %d", &arr);return 0;} 这篇关于为什么编译器发出警告?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-18 13:42
查看更多