What is runtime errors c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


Can the creation of operator** is allowed to perform the to-the-power-of operations?

0 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  


Which format specifier is used for printing a pointer value?

0 Answers  


What is the difference between static global and global ?

2 Answers   CA,


Can you declare an array without a size in c++?

0 Answers  


Define vptr.

0 Answers  


When should we use multiple inheritance?

0 Answers  


What do you mean by function overriding & function overloading in c++?

0 Answers  


How do you link a C++ program to C functions?

4 Answers  


What are pointers used for c++?

0 Answers  


Categories