Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
/* node solved.js */ ERR_HTTP_HEADERS_SENT
ejs
node.js
serverresponse
setheader
4 Voti
6 Risposte
10th Feb 2020, 2:46 PM
Gordon
What is the difference between multi-line comment /* */ and documentation comment /** */ in Java?
java
6 Voti
5 Risposte
14th Aug 2019, 3:17 AM
Safaa Alnabhan
If /* */ then //?
comments
css
0 Voti
11 Risposte
23rd Apr 2017, 1:55 AM
Douglas Goldbach
🎉🎊🎉Finally /*S Vengat */ is Platunium 🎊🎉🎊
platinium
status
vengat
17 Voti
23 Risposte
24th Jul 2017, 8:09 AM
Germain F
Why is the */ important
c++
variables
1 Voto
5 Risposte
18th Feb 2017, 9:52 AM
emmanuel oyamenda
რა განსხვავებაა \\ და /* */ შორის?
ა
7 Voti
6 Risposte
21st Sep 2018, 4:16 PM
Lilly
/* SOLVED */ What should i do in Java????
java
4 Voti
11 Risposte
15th Oct 2019, 11:52 AM
Mehmet Yıldız
Can you explain me the deference between these comments /** */ and these /* */ ?
comments
1 Voto
2 Risposte
12th Jan 2017, 1:13 PM
Christina Repou
How to write another */ inside a comment.
c
c#
c++
comments
1 Voto
5 Risposte
4th Jan 2018, 4:57 PM
Avi Tiwari
/* A good quote for all C++ lovers */
c++
quote
recursion
2 Voti
9 Risposte
24th Feb 2017, 6:05 PM
Yatharth Nair
printf("Pi = %3.2f", 3.14159); /* Pi = 3.14 */ printf("Pi = %8.5f", 3.14159); /* Pi = 3.14159 */
c
programing
1 Voto
1 Risposta
13th Mar 2020, 11:05 AM
Sumit Kumar
Javascript Tutorial /* for beginners like me ^_^ */
course
html
javascript
tutorial
video
web
youtube
6 Voti
3 Risposte
26th Jun 2017, 9:12 AM
🎀<Be>🎀
/*cout<< */ ((1 > 2) ? 3 : 4);
c++
cpp
2 Voti
1 Risposta
22nd Dec 2019, 9:21 PM
Денис Мухачев
/* // ' % # Comment on Comments. */
comments
ruby
0 Voti
4 Risposte
27th Oct 2016, 1:53 AM
Tom
what does it mean that documents purpose comments /** */
comments
java
2 Voti
3 Risposte
27th Jul 2017, 6:40 AM
Bhavin Kanzariya
In C you are not allowed to nest comments as /* hello /* this is */ invalid */ . Is this true foe C++ also?
c
c++
comments
0 Voti
5 Risposte
18th Jul 2018, 8:29 AM
Siddharth Kumar
Why the comment in the HTML <!-- -->, why not /* */
-->
*/
/*
<!--
coding
comments
html
learn
sololearn
2 Voti
3 Risposte
31st Dec 2020, 4:47 AM
Carbon dioxide
What is the difference between /** */ and /********** **********/
comments
java
0 Voti
3 Risposte
10th Aug 2017, 10:54 PM
Dimitris Kele
Is it true comments like // and /* */ valid in every language? (Excuse for my English)
c#
c++
java
php
7 Voti
10 Risposte
3rd Jul 2018, 12:12 PM
Tarika
alguien que hable en español para armar una comunidad en slack, ¿?
*/
/*
3 Voti
10 Risposte
26th Feb 2018, 10:17 PM
Hdez
Why does JS AND CSS use /* Comment goes here. */ ?
comments
css
javascript
0 Voti
3 Risposte
19th Sep 2016, 4:03 PM
Carmelo the Brainiac Programmer.
Why in CSS, we have to start with /* and end with */ ?
*/
/*
coding
css
learn
sololearn
2 Voti
4 Risposte
17th Dec 2020, 8:31 AM
Carbon dioxide
Is this comment type /*. */ working for multiple lines but aswell.
comments
css
1 Voto
2 Risposte
25th Nov 2016, 6:01 AM
JayKay135
import java.awt.*; import java.applet.*; /* <applet code="Arc_Demo" width=310 height=200> </app|et> */ public class Arc_Dem
input
-1 Voto
4 Risposte
21st Feb 2020, 9:36 AM
ASEEM
Comment
*/
/*
0 Voti
4 Risposte
16th Jul 2018, 7:44 PM
Elizabeth
the comment must begin with /* and end with */ is known as?
comments
java
0 Voti
3 Risposte
6th Oct 2016, 6:59 AM
swati narola
int x = 3; while(x > 0) { System.out.println(x); x--; } /* Outputs 3 2 1 */
loops
1 Voto
2 Risposte
6th Aug 2018, 11:49 AM
Saurabh Negi
Что такое документация
*/
/**
0 Voti
3 Risposte
22nd Jan 2023, 10:46 AM
ВолКот
In this statement -> printf("Pi = %3.2f \n", 3.14159); /* Pi = 3.14 */ %3.2, 3 indicate what?????
c
c++
challenger
cprogram
helper
programmer
sololearn
1 Voto
1 Risposta
4th Feb 2019, 2:56 PM
Balu Soman
I noticed some css codes were written just like a comment /* */ and they functioned please can anyone explain thanks
/*1234*/
0 Voti
3 Risposte
18th Apr 2020, 1:03 AM
SULAIMON JIMISAYO
import java.util.Scanner; public class H2A { /** * @param args the command line arguments */ public static
java
-1 Voto
1 Risposta
10th Sep 2020, 7:05 PM
rachel mensah
scanf("%2d %d %*f %5s", &x, &y, text); /* input: 1234 5.7 elephant */ printf("%d %d %s", x, y, text); /* output: 12 34
input
output
0 Voti
7 Risposte
14th Sep 2020, 12:57 AM
Asad Zaman
#include <stdio.h> int main() { int x[5] = {20, 45, 16, 18, 22}; printf("The element is %d\n", x[5]); /* 32766 */
arrays
-2 Voti
3 Risposte
23rd Jan 2022, 4:35 AM
Diya Mehta
You can add a Java doc style comment by using:1. // characters in the beginning of the line. 2. /** and */ characters to wrap a
comments
java
1 Voto
2 Risposte
13th Jul 2017, 6:01 AM
SUBHASIS BISWAJIT KAR
Hi, please out of curiosity i will like to know why does the browser ignores comment
*/
/*comment
goes
here
1 Voto
1 Risposta
20th Nov 2022, 11:15 AM
onesimus ishaya
Pls can somebody explain why you would put a multi-line comment between /* and */ on the same line according to the lesson from
c++
comments
0 Voti
2 Risposte
30th Nov 2016, 2:12 PM
Adepoju Oluwafemi Abiodun
What is the function of this 3 comments ??
-->
*/
/*
//
<!--
coding
coments
learn
sololearn
2 Voti
14 Risposte
1st Jan 2021, 3:30 AM
Carbon dioxide
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
Popolare oggi
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
2 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
How to add two strings together in ts or css
1 Votes
Why can’t I use double “ in python?
0 Votes
Is pro worth the money ?
1 Votes
2 cases not correct what's the problem
1 Votes
Drawing images in java
2 Votes
Need Guidance: AI Tools for Creating an App Prototype & UI/UX Design
1 Votes