Where do I find the current c or c++ standard documents?



Where do I find the current c or c++ standard documents?..

Answer / Anoop Kumar Tiwari

The current C standard is ISO/IEC 9899:2018 and can be found here: https://www.iso.org/standard/45386.html The current C++ standard is ISO/IEC 14882:2017 and can be found here: https://www.iso.org/standard/44364.html

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Write any small program that will compile in "C" but not in "C++"?

4 Answers  


Is dev c++ a good compiler?

1 Answers  


Are php strings immutable?

1 Answers  


List the advantages of inheritance.

1 Answers  


Is java easier than c++?

1 Answers  


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

1 Answers  


What is copy constructor? Can we make copy constructor private in c++?

1 Answers  


What is the difference between a reference and a pointer?

1 Answers  


What is the latest c++ standard?

1 Answers  


what is importance of data sturture in a programming language?

22 Answers   L&T, TCS, Wipro,


What is the use of string in c++?

1 Answers  


What is object in c++ wikipedia?

1 Answers  


Categories