Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
TCS,
1050Post New C++ General Questions
What is polymorphism and its type in c++?
Can we overload operator in c++?
why is c++ called oops? Explain
Is it possible to provide default values while overloading a binary operator?
Differentiate between structure and class in c++.
What is & in c++ function?
List the issue that the auto_ptr object handles?
Difference between an inspector and a mutator
Explain the static member function.
Do you know what are pure virtual functions?
Explain how to initialize a const data member.
Explain the auto storage classes in c++.
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is the use of map in c++?
What is a static member?