difference among c++/c++ 13/c++ 14? what to use?
Difference b/w versions of c++
Hey @prerak_semwal
There is no different with standard syntax
standard syntax of c++ remains same over all the features
Newer versions have more features in comparison to old versions.See this if required
https://www.quora.com/What-are-the-differences-between-C++11-and-C++14-C++17
But it doesnt really concern you or me unless we are using c++ for core development.