No, because you did not give any example or code that needed to be solved.
No, because you did not give any example or code that needed to be solved.
No. There is no "right way" and "wrong way" of writing pseudo code, let alone qualifying with "absolute". However, a pseudo code is "wrong" if it cannot be understood, or it is incorrect in semantic (what the code tries to describe, solve, etc)
Pseudo code cannot be processed by a machine, it is solely intended for processing by humans.
we have no disadvantages by pseudo-codes. in fact these help the programmers to increase the efficiency in programming.
I really don't understand you.....
It doesn't. Pseudo code isn't a programming language, it is just there to give an idea of how you could write a program.
what's the difference between flow chart and structure diagrams and pseudo code
Pseudo code does not have key words, you make it up, that's why it is pseudo.
An algorithm is an abstract set of rules used to solve a specific problem. Pseudocode is just one of many ways to represent an algorithm.
pseudo code algorithm to create a linked list
You are going about this backwards. First, define the program. Second, describe its algorithm. Third, if needed, write pseudo code. (Sometime, algorithm and pseudo code is the same process.) Fourth, or third, write real code.
Source code is a sequence of executable instructions written in a particular language. Pseudo code is a sequence of non-executable instructions. It is also called algorithm written in plain English