What is the meaning of this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the meaning of this?

//code to be executed

29th Nov 2018, 6:14 AM
‎Emad Esmail ‎
‎Emad Esmail ‎ - avatar
11 Answers
+ 5
// denotes an inline comment
29th Nov 2018, 6:49 AM
Janning⭐
Janning⭐ - avatar
+ 10
Hello, 😊 Can you specifying your question correctly! Use the search bar! https://www.sololearn.com/post/10362/?ref=app Please, read our guidelines: https://www.sololearn.com/discuss/1316935/?ref=app An useful code for any new user here!;) https://code.sololearn.com/WvG0MJq2dQ6y/
29th Nov 2018, 9:37 AM
Danijel Ivanović
Danijel Ivanović - avatar
+ 4
You are asking about meaning of this keyword or meaning of "code to be executed"?
29th Nov 2018, 6:18 AM
Rishi Anand
Rishi Anand - avatar
+ 3
Anurag thapa Last I checked, this thread is about inline comments. Please don't hijack threads that are not relevant to your question.
10th Dec 2018, 12:06 PM
Janning⭐
Janning⭐ - avatar
+ 2
It is just a comment which are not executed by compiler or interpreter.
29th Nov 2018, 2:04 PM
Seniru
Seniru - avatar
+ 2
Anurag thapa It is in unclear how your question is relevant to this thread. Please provide additional context for clarification or start your own thread. 🙂
1st Dec 2018, 11:13 AM
Janning⭐
Janning⭐ - avatar
+ 1
Is where you can write something to help people understand your program : the computer or phone won't run it
30th Nov 2018, 8:29 AM
Eragon1980
Eragon1980 - avatar
+ 1
You're probably referring to how lessons use the term "Code to be executed" when demonstrating code snippets that shows the syntax for things like loops or functions. So something like this: for(int i=0; i<5; i++) { //code to be executed } This is showing you a for loop, but they didn't add any code to execute within the loop, as it is just for show purposes. It's a comment that doesn't do anything programmatically, but rather leaves helpful notes for other people that may read the code.
1st Dec 2018, 2:50 AM
Daniel Cooper
Daniel Cooper - avatar
0
Why does turbo c ++ use different logic compare to solo learn c++ programming
1st Dec 2018, 5:51 AM
Anurag thapa
Anurag thapa - avatar
0
I mean that turbo c++ use diffeerent structure .compare to other text editor.
10th Dec 2018, 10:38 AM
Anurag thapa
Anurag thapa - avatar
0
It uses dictionary instead of standard once.
27th Dec 2018, 3:18 AM
Anurag thapa
Anurag thapa - avatar