Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

When does a name clash occur in c++?

0 Answers  


What are the different data types present in C++?

1 Answers  


Explain the differences between private, public and protected and give examples.

0 Answers  


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.

0 Answers  


Why cout is used in c++?

0 Answers  






When should overload new operator on a global basis or a class basis?

0 Answers  


Why is c++ difficult?

0 Answers  


What is malloc in c++?

0 Answers  


What is the basic structure of c++ program?

0 Answers  


What is the use of string in c++?

0 Answers  


What can I use instead of namespace std?

0 Answers  


Write a Program to find the largest of 4 no using macros.

0 Answers  


Categories