What is the C-style character string?


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

Post New Answer

More C++ General Interview Questions

Explain what are the sizes and ranges of the basic c++ data types?

0 Answers  


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,


What will i and j equal after the code below is executed? Explain your answer.

1 Answers  


Why seem interrupt handlers as member functions to be impossible?

1 Answers  


What is the standard template library (stl)?

0 Answers  






Is swift faster than go?

0 Answers  


When copy constructor can be used?

4 Answers   Symphony,


What is one dimensional array in c++?

0 Answers  


what is polymorphism?

14 Answers   Accenture,


Which is better c++ or java?

0 Answers  


Explain rethrowing exceptions with an example?

0 Answers  


Why is it necessary to use a reference in the argument to the copy constructor?

0 Answers  


Categories