What is the meaning of string in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What happens when the extern "c" char func (char*,waste) executes?
What are c++ data types?
Why do we use string in c++?
What is the use of setfill in c++?
Explain the use of vtable.
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.
What are the advantages of using a pointer?
How do you define/declare constants in c++?
What is the difference between function overloading and operator overloading?
Write a Program for find and replace a character in a string.
What is a v-table?
What is a storage class? Mention the storage classes in c++.