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 are c++ templates used for?

0 Answers  


Is there any function that can skip certain number of characters present in the input stream?

0 Answers  


Why do we use classes in c++?

0 Answers  


What does std :: flush do?

0 Answers  


If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  






What do you mean by abstraction in C++?

1 Answers  


What is anonymous object in c++?

0 Answers  


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

0 Answers  


Write about the access privileges in c++ and also mention about its default access level?

0 Answers  


What character terminates all character array strings a) b) . c) END

0 Answers  


When do you call copy constructors?

0 Answers  


wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster

11 Answers  


Categories