In C, the most important rules are:
Pseudocode is not a programming language (it's specifically intended for human interpretation), so there is no need to declare variables, you simply define them as and when you require them. For instance: Let x = 42 Let y = x * 2
HTML is not a programming language and as such does not allow you to declare variables.
Pseudo code cannot be processed by a machine, it is solely intended for processing by humans.
implicit means you must declare variables before using them while explicit is not a must you declare variables before using them
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)
Pseudocode is not a programming language (it's specifically intended for human interpretation), so there is no need to declare variables, you simply define them as and when you require them. For instance: Let x = 42 Let y = x * 2
HTML is not a programming language and as such does not allow you to declare variables.
Pseudo code cannot be processed by a machine, it is solely intended for processing by humans.
implicit means you must declare variables before using them while explicit is not a must you declare variables before using them
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
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 does not have key words, you make it up, that's why it is pseudo.
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
:-P