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 |
Write any small program that will compile in "C" but not in "C++"?
Is dev c++ a good compiler?
Are php strings immutable?
List the advantages of inheritance.
Is java easier than c++?
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. --- │ │ │ │ │ │ ---
What is copy constructor? Can we make copy constructor private in c++?
What is the difference between a reference and a pointer?
What is the latest c++ standard?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
What is the use of string in c++?
What is object in c++ wikipedia?