由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - C++ Q 99-102 (转载)
相关主题
深情的呼唤师傅们!C++做题做不出来啦!求建议:C++的TCP/IP编程库
C#中如何share Pre-processing directiveswhy functional?
哈,居然写完了作业听说微软要抛弃C#?
what kind of language this is and how to change it? (转载)大家难道全是半路出家?
弱问一个ifdef 和ifndef写thread safe程序现在也是程序员必须要掌握的了吧
javascript function-ask for help有没有C++的restful service framework
An interview project: asynchronous socket programming请教C++ 背景的怎么往互联网转呢?
为什么message queue实时性要求高是个很technical的活?in C++ how to write file in gzip format directly?
相关话题的讨论汇总
话题: c++话题: answer话题: multiple话题: directives话题: what
进入Programming版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
【 以下文字转载自 JobHunting 讨论区 】
发信人: careerchange (Stupid), 信区: JobHunting
标 题: C++ Q 99-102
发信站: BBS 未名空间站 (Fri Oct 28 23:14:06 2011, 美东)
C++ Q 99: global and static
What type of linkage does global variables and functions preceded by
the storage class specifier static have?
a. Internal
b. Intern
c. External
d. Extern
Answer: a
C++ Q 100: directives
Any number of which of the following directives can appear between
the #if and #endif directives?
a. #elif
b. #endif
c. #else
d. #if
Answer: a
C++ Q101: file stream
Multiple choice:
Which of the following file streams do not require a mode parameter
to be specified when opening a file object of that stream? Multiple choices.
a. fstream
b. ifstream
c. ostream
Answer: b and c
C++ Q 102: exceptions
Multiple choices
What of the following is exception handling designed to deal with?
a. Synchronous situations, such as an attempt to divide by zero
b. Asynchronous situations such as disk I/O completions
c. Library function errors
d. Conventional program control
Answer: a and c
1 (共1页)
进入Programming版参与讨论
相关主题
in C++ how to write file in gzip format directly?弱问一个ifdef 和ifndef
并行程序能做到不用专门写么?javascript function-ask for help
你妈用VS写个helloworld真难啊。An interview project: asynchronous socket programming
gmail 是怎么实现那些html功能的为什么message queue实时性要求高是个很technical的活?
深情的呼唤师傅们!C++做题做不出来啦!求建议:C++的TCP/IP编程库
C#中如何share Pre-processing directiveswhy functional?
哈,居然写完了作业听说微软要抛弃C#?
what kind of language this is and how to change it? (转载)大家难道全是半路出家?
相关话题的讨论汇总
话题: c++话题: answer话题: multiple话题: directives话题: what