Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12
Awesome question
19th Apr 2019, 5:59 AM
Arshdeep Singh Jammu
Arshdeep Singh Jammu - avatar
19th Apr 2019, 5:14 AM
Ananya Pandey
Ananya Pandey - avatar
+ 9
edit: A codeblock is how a language groups expressions(x+=1) and statements(if, for etc). in languages with curly braces like javascript and cpp for example, a code block is anything within {} e.g. function myFunc (param) { //this is a code block if(true) { //another code block within a code block } }
19th Apr 2019, 8:42 AM
Logomonic Learning
Logomonic Learning - avatar
+ 9
n computer programming, a block or code block is a lexical structure of source code which is grouped together. ... A programming language that permits the creation of blocks, including blocks nested within other blocks, is called a block-structured programming language.
19th Apr 2019, 10:18 AM
Mr AJX 😎😈
Mr AJX 😎😈 - avatar
+ 9
Monical what about programming languages like Python that don't use {} ?
19th Apr 2019, 10:16 PM
Sonic
Sonic - avatar
+ 7
Codeblock is a c/c++ compiler and text editor which is popularly use now to compile c/c++ code. It is available for 3 platform windows , mac , linux . If want to download it I can give its link .
19th Apr 2019, 6:17 AM
Dead Shadow
Dead Shadow - avatar
+ 6
Apun ko nahe pata😚😚
19th Apr 2019, 2:20 PM
Aniruddha Biswas
Aniruddha Biswas - avatar
+ 6
CodeBlock is one IDE for c++... but the code block is block of codes that write between curly braces ---> { }
19th Apr 2019, 8:25 PM
murtaza hakimi
murtaza hakimi - avatar
+ 5
Sonic most languages taught here use curly braces{} so would understand my first response. however i’ve modified the answer to clear any confusion
20th Apr 2019, 12:29 AM
Logomonic Learning
Logomonic Learning - avatar
+ 5
In software programming, a block code is used to convert software code or an algorithm into any particular form so that errors, if any, in the code can be minimized. Block code can also be applied in the domains of telecommunications, information theory and coding theory. The main idea is to encode a message for a recipient in such a way that the recipient is able to address errors, if any, in the message with the help of the encoding.if you looking for more knowledge in this http://pythonandmltrainingcourses.com/best-industrial-training-in-noida
20th Apr 2019, 6:32 AM
navdeep
+ 4
Main / module / function depending on the language
20th Apr 2019, 3:39 AM
Sanjay Kamath
Sanjay Kamath - avatar
+ 2
Porque .? Primero el método hello word y después el método main
23rd Apr 2019, 2:36 PM
NEMI CRAFT
NEMI CRAFT - avatar