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

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

يجمع WithoutBook أسئلة المقابلات حسب الموضوع والاختبارات العملية عبر الإنترنت والدروس وأدلة المقارنة في مساحة تعلم متجاوبة واحدة.

التحضير للمقابلة

الاختبارات التجريبية

اجعلها الصفحة الرئيسية

احفظ هذه الصفحة في المفضلة

الاشتراك عبر البريد الإلكتروني

C++ اسئلة واجوبة المقابلات

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

فروقات ذات صلة

C vs C++Java vs C++

سؤال 76. What is an explicit constructor?


A conversion constructor declared with the explicit keyword. The compiler does not use an explicit constructor to implement an implied conversion of types. It?s purpose is reserved explicitly for construction.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 77. What is the Standard Template Library (STL)?

A library of container templates approved by the ANSI committee for inclusion in the standard C++ specification.
A programmer who then launches into a discussion of the generic programming model, iterators, allocators, algorithms, and such, has a higher than average understanding of the new technology that STL brings to C++ programming.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 78. Describe run-time type identification.


The ability to determine at run time the type of an object by using the typeid operator or the dynamic_cast operator.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 79. What problem does the namespace feature solve?


Multiple providers of libraries might use common global identifiers causing a name collision when an application tries to link with two or more such libraries. The namespace feature surrounds a library?s external declarations with a unique namespace that eliminates the potential for those collisions.
This solution assumes that two library vendors don?t use the same namespace identifier, of course.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 80. Are there any new intrinsic (built-in) data types?


Yes. The ANSI committee added the bool intrinsic type and its true and false value keywords.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

3) Describe run-time type identification. 4) What problem does the namespace feature solve? 5) Are there any new intrinsic (built-in) data types? " />

الاكثر فائدة حسب تقييم المستخدمين:

حقوق النشر © 2026، WithoutBook.