Are c and c++ different?


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

Post New Answer

More C++ General Interview Questions

What is enum class in c++?

0 Answers  


Which field is used in c++?

0 Answers  


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

0 Answers  


What is the hardest coding language to learn?

0 Answers  


Incase of a function declaration, what is extern means?

0 Answers  






Should you pass exceptions by value or by reference?

0 Answers  


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

0 Answers  


What is c++ virtual inheritance?

0 Answers  


What are the advantages of c++ over c?

0 Answers  


Why can’t you call invariants() as the first line of your constructor?

0 Answers  


What is this pointer in c++?

1 Answers  


How delete [] is different from delete?

0 Answers  


Categories