اكثر اسئلة واجوبة المقابلات طلبا والاختبارات عبر الإنترنت
منصة تعليمية للتحضير للمقابلات والاختبارات عبر الإنترنت والدروس والتدريب المباشر

طوّر مهاراتك من خلال مسارات تعلم مركزة واختبارات تجريبية ومحتوى جاهز للمقابلات.

يجمع 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.