C语言常用笔试题.docx
《C语言常用笔试题.docx》由会员分享,可在线阅读,更多相关《C语言常用笔试题.docx(2页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、 C语言常用笔试题 DWORD Value1=0x8010011c UINT Value2=12801 2.ASCII和Unicode有什么区分?汉字是如何显示的? 3.说出你最熟识的”三种排序方法,用你最熟识的语言写出其中一种。 4.Bool flag Floot x 与“零值”比拟 Char *p 5.是否了解MVC模式,其中M、V、C各表示什么? 6.列举出你曾经用过或者了解的几种设计模式? 7.int iVal1 = 0, iVal2 = 0; int * ipVal; ipVal = iVal1; What is the Value of ipVal = *ipVal = ipVal
2、 = (int*)iVal1; What is the Value of ipVal = *ipVal = iVal2 = (int)iVal1; What is the Value of ipVal = *ipVal = 8.void SwapAB(int A, int B) A=B; B=A; int main() int A,B; A=1; B=2; SwapAB(A,B); return 0; / A= ?, B= ? What is the value of A and B ? What is the difference between STRUCTURE and OBJECT ORIENTED PROGRAMMING ? What is the difference between C and C+ ? What is an interpreter ? 【C语言常用笔试题】
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 语言 用笔 试题
限制150内