What c++ library is string in?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What are shallow and deep copy?
What is a Default constructor?
program in c++ to input digits and print in words
Explain function overloading
write a program that takes two numbers from user that prints the smallest number
What are the general quetions are in DEna bank manager IT/System interviews?
Write a program to concatenate two strings.
Differentiate between an external iterator and an internal iterator?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
Carry out conversion of one object of user-defined type to another?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?