How c plus plus is a procedure based language?

1 answer

Answer

1249696

2026-08-20 13:25

+ Follow

C is both.

The characteristics of a procedural oriented language: assignment operators (:= in C)

The characteristics of a structured programming language: block of codes ({} in C) for if-else, while-, for- loops, subroutines, etc.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.