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

How would you differentiate between a pre and post increment operators while overloading?

0 Answers  


Is c++ the best programming language?

0 Answers  


Is string data type in c++?

0 Answers  


What is const pointer and const reference?

0 Answers  


What are vectors used for in c++?

0 Answers  






Why c++ is better than c language?

0 Answers  


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

1 Answers  


What is static in c++?

0 Answers  


Evaluate !(1&&1||1&&0) a) Error b) False c) True

0 Answers  


Differentiate between a template class and class template in c++?

0 Answers  


Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".

2 Answers   ABC, Accenture, DataLand, HCL, Webyog,


What does namespace mean in c++?

0 Answers  


Categories