✏️
纠错
题目 224/301
第8题 在C++代码中,user_Name、userName、user-Name、userName都是合法的变量名。( )
继续保持这个势头!
📝 真题解析
答案:错误
解析:变量名仅能由数字、字母、下划线构成,其中user-Name是不合法变量名。