adspace
Where do I find the current c or c++ standard documents?
Answer Posted / 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 View All Answers