人気の面接質問と回答・オンラインテスト
面接対策、オンラインテスト、チュートリアル、ライブ練習のための学習プラットフォーム

集中型学習パス、模擬テスト、面接向けコンテンツでスキルを伸ばしましょう。

WithoutBook は、分野別の面接質問、オンライン練習テスト、チュートリアル、比較ガイドをひとつのレスポンシブな学習空間にまとめています。

面接準備

模擬試験

ホームページに設定

このページをブックマーク

メールアドレスを登録

C++ 面接の質問と回答

Test your skills through the online practice test: C++ Quiz Online Practice Test

関連する比較

C vs C++Java vs C++

質問 121. What is the two main roles of Operating System?


As a resource manager
As a virtual machine

役に立ちましたか? コメントを追加 コメントを見る
 

質問 122. In the derived class, which data member of the base class are visible?


In the public and protected sections.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 123. Could you tell something about the Unix System Kernel?


The kernel is the heart of the UNIX openrating system, it?s reponsible for controlling the computer?s resouces and scheduling user jobs so that each one gets its fair share of resources.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 124. What are each of the standard files and what are they normally associated with?


They are the standard input file, the standard output file and the standard error file. The first is usually associated with the keyboard, the second and third are usually associated with the terminal screen.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 125. Detemine the code below, tell me exectly how many times is the operation sum++ performed ?


for ( i = 0; i < 100; i++ )
for ( j = 100; j > 100 - i; j?)
sum++;

(99 * 100)/2 = 4950
The sum++ is performed 4950 times.

役に立ちましたか? コメントを追加 コメントを見る
 

ユーザー評価で最も役立つ内容:

著作権 © 2026、WithoutBook。