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


Please Help Members By Posting Answers For Below Questions

What is the latest version on c++?

1209


What character terminates all character array strings a) b) . c) END

1397


Can union be self referenced?

1268


daily Routine of father

1485


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1165