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

What is the use of volatile variable?

0 Answers  


Explain rtti.

0 Answers  


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

0 Answers  


What is :: operator in c++?

0 Answers  


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

0 Answers  






Mention the ways in which parameterized can be invoked. Give an example of each.

0 Answers  


What is the auto keyword good for in c++?

0 Answers  


What does new return if there is insufficient memory to make your new object?

0 Answers  


Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?

1 Answers  


Explain the difference between class and struct in c++?

0 Answers  


Can you please explain the difference between static and dynamic binding of functions?

0 Answers  


What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?

0 Answers  


Categories