Are strings immutable in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between delete and delete[]?
5 Answers Infosys, TCS, Virtusa,
How can we access protected and private members of a class?
What are the advantages of using const reference arguments in a function?
What is a manipulative person?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
Check for Balanced Parentheses using Stack?
Write a program which uses Command Line Arguments
Which one is a preferred language C or C++? Why?
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
What is the use of turbo c++?
what is the order of initialization for data?
10 Answers Amazon, TCS, Wipro,
What is data binding in c++?