Is there something that we can do in C and not in C++?
Answer Posted / dheeraj sharma
in c we can assign we can assign void pointer to any type of
pointor varible without typecasting.,but we cant do it in
C++,because C++ does not allow type mismatch.
same case with enum also.in C we can assign integer to enum
member directly,but in C++ we have to typecast integer first
with enum variable.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is c++ the most powerful language?
What is a container class? What are the types of container classes in c++?
What is algorithm in c++ programming?
What is the average salary of a c++ programmer?
Can non graphic characters be used and processed in C++?
What is a v-table?
What is the most useful programming language?
Is c++ a dying language?
Why is c++ so fast?
Is facebook written in c++?
What is the use of c++ programming language in real life?
What is the exit function in c++?
Can we define function inside main in c++?
What is else syntax in c++?
What return value must conversion operators have in their declaration?