Will a C compiler always compile C++ code

a) Yes

b) No

c) Only optimized compilers



Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers..

Answer / Dinanath Benbanshi

No

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is an undefined behavior and sequence points

1 Answers  


How important is c++?

1 Answers  


What is the difference between object-oriented programming and procedural programming?

1 Answers  


Can you pass an array to a function in c++?

1 Answers  


What are the two types of comments?

1 Answers  


How do you link a C++ program to C functions?

4 Answers  


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

1 Answers  


How does atoi function work?

1 Answers  


What are virtual functions and what is its use?

1 Answers  


What are friend functions in C++?

1 Answers   BlackRock,


What is implicit pointer in c++?

1 Answers  


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

1 Answers  


Categories