What is the meaning of string in c++?


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

Post New Answer

More C++ General Interview Questions

What happens when the extern "c" char func (char*,waste) executes?

0 Answers  


What are c++ data types?

0 Answers  


Why do we use string in c++?

0 Answers  


What is the use of setfill in c++?

0 Answers  


Explain the use of vtable.

0 Answers  






Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

0 Answers  


What are the advantages of using a pointer?

0 Answers  


How do you define/declare constants in c++?

0 Answers  


What is the difference between function overloading and operator overloading?

0 Answers  


Write a Program for find and replace a character in a string.

0 Answers  


What is a v-table?

0 Answers  


What is a storage class? Mention the storage classes in c++.

0 Answers  


Categories