Computer Science, asked by devukumar0352, 1 year ago

difference between procedural and operational language​

Answers

Answered by brainlyishant
2

Programs are made up of modules, which are parts of a program that can be coded and tested separately, and then assembled to form a complete program. In procedural languages (i.e. C) these modules are procedures, where a procedure is a sequence of statements. In C for example, procedures are a sequence of imperative statements, such as assignments, tests, loops and invocations of sub procedures. These procedures are functions, which map arguments to return statements.

Mark Brainliest if my answer is correct


devukumar0352: it was correct but bit better can be defined it good but
Answered by pratiksha49
1

procedural : the user specific what data is needed and how to get it .

operational language : operational semantics is a category of formal programing language semantics in which certain desired properties of a program, such as correctness, safety or security, are verified by constructing proofs from logical statement about it's execution and procedures, rather than by attaching mathematical meanings to it.....

Similar questions