What is difference between c++ and c ++ 14?



What is difference between c++ and c ++ 14?..

Answer / Mohammad Naeem

C++ and C++14 are the same thing. C++14 is just a version of the C++ programming language, released in 2014. It includes new features and updates compared to previous versions of C++.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is increment operator in c++?

1 Answers  


What is iostream in c++ used for?

1 Answers  


Define friend function.

1 Answers  


Which is best c++ or java?

1 Answers  


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


What is a Default constructor?

2 Answers  


What is the difference between mutex and binary semaphore?

1 Answers  


What is an undefined reference/unresolved external symbol error and how do I fix it?

1 Answers  


What is the difference between an array and a list?

1 Answers  


Define pre-condition and post-condition to a member function in c++?

1 Answers  


Is it possible for the objects to read and write themselves?

1 Answers  


Is dev c++ free?

1 Answers  


Categories