Will a C compiler always compile C++ code

a) Yes

b) No

c) Only optimized compilers


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are the types of container classes?

0 Answers  


Write a program to get the value of sin (x) using a library function , when x is given in degrees.

1 Answers  


Explain "passing by value", "passing by pointer" and "passing by reference" ?

5 Answers  


What is the function of I/O library in C++ ?

0 Answers   HCL,


When can I use a forward declaration?

0 Answers  


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

0 Answers  


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


What are the two types of comments, and how do they differ?

0 Answers  


What is static class data?

0 Answers  


implement stack using stack.h headerfile functions

1 Answers   Exilant, GMG, Subex, University,


Where must the declaration of a friend function appear?

0 Answers  


Why do we use templates?

0 Answers  


Categories