why do we say 'C' is a procedural language.

aarthivg

aarthivg

@aarthivg-HH344f Oct 21, 2024
This question is regularly asked in Job Interviews in Semester Vivas. - Why do we say 'C' is a procedural language? Can some CEans answer with a valid reason for this?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Pensu

    Pensu

    @pensu-8tNeGU Jun 11, 2012

    Because procedures are main part of the language...😛. In C we actually concentrate on "how to" complete the task and procedures or functions help the programmers to achieve that.
  • Parth48

    Parth48

    @parth48-f9N08q Jun 11, 2012

    Thanks Pensu ..)
    any other reason for procedural language ?
  • ashie

    ashie

    @ashie-F59bNm Jun 13, 2012

    because c strictly follows procedure...it basically consist of writing a list of instruction but in a procedural way,..lyk firstly we have do initialization,after then we done manipulation....but if programmer want to initialize in middle of a statements...not possible