What is the difference between ANSI C and C plus plus?

1 answer

Answer

1066610

2026-07-11 13:16

+ Follow

C is a programming language and ANSI is the standardization committee. The C language is under the auspices of the ANSI committee, which monitors the grammar and structure of the language in a standard way that compiler writers must adhere to.

ANSI C means that it is a standardized version of the C language according to the rules of the committee and should work/compile the same way on any system that uses an ANSI C compliant compiler.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.