关于c语言的问题 [英] question about c language

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

问题描述

c语言中标准标识符和关键字的区别是什么

解决方案

简而言之:

标准标识符是有的单词具体含义,用户可以重新定义它。 printf scanf 是标准标识符。(参见:http://quizlet.com/3199149/standard-identifiers-flash-cards/ [ ^ ])。

关键词是对C编译器有特殊意义的词。参见列表关键词:

http://msdn.microsoft.com/en-us /library/befeaky0.aspx [ ^ ]

另见..

为什么在编程语言C中使用标准标识符的概念? [ ^ ]


>使用此链接。

what is the difference between standard identifier and keyword in c language

解决方案

In short:
A standard identifier is word that have a specific meaning and user can re-define it. printf and scanf are standard identifiers.(Refer: http://quizlet.com/3199149/standard-identifiers-flash-cards/[^]).
Keywords are words that have special meaning to the C compiler.See list of keywords:
http://msdn.microsoft.com/en-us/library/befeaky0.aspx[^]
Also see..
Why the concept of standard identifier is used in programming language C ?[^]


Use this link.


这篇关于关于c语言的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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