Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
TCS,
1052Post New C++ General Questions
What are the manipulators in c++?
How much do coding jobs pay?
What is tellg () in c++?
What is virtual base class uses?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Explain the use of this pointer?
Explain one method to process an entire string as one unit?
What is the difference between *p++ and (*p)++ ?
What is else syntax in c++?
What is virtual destructor? What is its use?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Explain the concept of friend function in c++?
What is the use of typedef?
What is the header file for setw?
Can a list of string be stored within a two dimensional array?