- 1

What is the structure of any code

any

19th Nov 2017, 12:27 AM
Abraham
4 Réponses
+ 5
Please clarify. What do you want to know?
19th Nov 2017, 12:34 AM
Private [GER]
Private [GER] - avatar
+ 2
you have to specify the language
19th Nov 2017, 4:48 AM
᠌᠌Code X
᠌᠌Code X - avatar
+ 1
Depends of yours. Example: html != python ⚠️They have diferent structure ⚠️
19th Nov 2017, 12:45 AM
Charles
Charles - avatar
+ 1
in brief every code (not all languages) but mostly consists of 1. expression like 4 + 5 or X +y solving it returns value 2. statement. like ++a; or z =x+y; or any thing ending with semicolon ; 3. block of statements between { } like loops , if condition .. 4. function it is a group of statments for specifics purpose ..
19th Nov 2017, 3:11 AM
Mukhtaar Aziz
Mukhtaar Aziz - avatar