Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@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-f9N08q • Jun 11, 2012
Thanks Pensu ..)
any other reason for procedural language ? -
@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