+ 1
What is the meaning of this?
//code to be executed
11 RĂ©ponses
+ 5
//
denotes an inline comment
+ 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/
+ 4
You are asking about meaning of this keyword or meaning of "code to be executed"?
+ 3
Anurag thapa
Last I checked, this thread is about inline comments.
Please don't hijack threads that are not relevant to your question.
+ 2
It is just a comment which are not executed by compiler or interpreter.
+ 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. đ
+ 1
Is where you can write something to help people understand your program : the computer or phone won't run it
+ 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.
0
Why does turbo c ++ use different logic compare to solo learn c++ programming
0
I mean that turbo c++ use diffeerent structure .compare to other text editor.
0
It uses dictionary instead of standard once.