Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
/* node solved.js */ ERR_HTTP_HEADERS_SENT
ejs
node.js
serverresponse
setheader
4 Votos
6 Respostas
10th Feb 2020, 2:46 PM
Gordon
If /* */ then //?
comments
css
0 Voto
11 Respostas
23rd Apr 2017, 1:55 AM
Douglas Goldbach
რა განსხვავებაა \\ და /* */ შორის?
ა
7 Votos
6 Respostas
21st Sep 2018, 4:16 PM
Lilly
/* SOLVED */ What should i do in Java????
java
4 Votos
11 Respostas
15th Oct 2019, 11:52 AM
Mehmet Yıldız
/* como se usan los comentarios*/
comments
-8 Votos
8 Respostas
11th Jan 2018, 6:21 PM
Francisco Marquez Gonzalez
/* A good quote for all C++ lovers */
c++
quote
recursion
2 Votos
9 Respostas
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 Resposta
13th Mar 2020, 11:05 AM
Sumit Kumar
Javascript Tutorial /* for beginners like me ^_^ */
course
html
javascript
tutorial
video
web
youtube
6 Votos
3 Respostas
26th Jun 2017, 9:12 AM
🎀<Be>🎀
is it possible to use /* for both multiple and single lines??
comments
2 Votos
8 Respostas
26th Jul 2018, 10:34 PM
saba-hs
/* I havent understood this pls someone help me.
c++
comments
1 Voto
2 Respostas
3rd Apr 2018, 2:54 AM
APK Gamer
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 Voto
7 Respostas
14th Sep 2020, 12:57 AM
Asad Zaman
/* // ' % # Comment on Comments. */
comments
ruby
0 Voto
4 Respostas
27th Oct 2016, 1:53 AM
Tom
Can i replace // print with /* Text here* /
c++
comments
4 Votos
3 Respostas
22nd May 2017, 3:02 AM
HeniX
Hi room, is comment really necessary while writing code?? Most especially in php
/*
1 Voto
3 Respostas
30th Jan 2019, 1:40 AM
Sanyaolu Adefemi
In C you are not allowed to nest comments as /* hello /* this is */ invalid */ . Is this true foe C++ also?
c
c++
comments
0 Voto
5 Respostas
18th Jul 2018, 8:29 AM
Siddharth Kumar
What is the difference between multi-line comment /* */ and documentation comment /** */ in Java?
java
6 Votos
5 Respostas
14th Aug 2019, 3:17 AM
Safaa Alnabhan
Why the comment in the HTML <!-- -->, why not /* */
-->
*/
/*
<!--
coding
comments
html
learn
sololearn
2 Votos
3 Respostas
31st Dec 2020, 4:47 AM
Carbon dioxide
Is it true comments like // and /* */ valid in every language? (Excuse for my English)
c#
c++
java
php
7 Votos
10 Respostas
3rd Jul 2018, 12:12 PM
Tarika
alguien que hable en español para armar una comunidad en slack, ¿?
*/
/*
3 Votos
10 Respostas
26th Feb 2018, 10:17 PM
Hdez
Why cant i just use /* for single line and multiple line comments?
comments
0 Voto
4 Respostas
10th Aug 2018, 4:04 PM
Brandon Dean Anderson
Why does JS AND CSS use /* Comment goes here. */ ?
comments
css
javascript
0 Voto
3 Respostas
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 Votos
4 Respostas
17th Dec 2020, 8:31 AM
Carbon dioxide
Comment
*/
/*
0 Voto
4 Respostas
16th Jul 2018, 7:44 PM
Elizabeth
import java.awt.*; import java.applet.*; /* <applet code="Arc_Demo" width=310 height=200> </app|et> */ public class Arc_Dem
input
-1 Voto
4 Respostas
21st Feb 2020, 9:36 AM
ASEEM
the comment must begin with /* and end with */ is known as?
comments
java
0 Voto
3 Respostas
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 Respostas
6th Aug 2018, 11:49 AM
Saurabh Negi
Can you explain me the deference between these comments /** */ and these /* */ ?
comments
1 Voto
2 Respostas
12th Jan 2017, 1:13 PM
Christina Repou
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 Resposta
4th Feb 2019, 2:56 PM
Balu Soman
Can anyone explain to me why the output of the code below is /* 6 */? I tink the answer should be 5...
challenge
php
sololearn
storm
5 Votos
13 Respostas
28th Nov 2017, 1:48 PM
function vince () { alert ( "PLATINUM");}vince ();
How can i become efficiency in web development guys?
/*
<header>
$
0 Voto
4 Respostas
9th Jun 2019, 8:26 PM
Mark Sikaundi
I noticed some css codes were written just like a comment /* */ and they functioned please can anyone explain thanks
/*1234*/
0 Voto
3 Respostas
18th Apr 2020, 1:03 AM
SULAIMON JIMISAYO
#include <stdio.h> int main() { int x[5] = {20, 45, 16, 18, 22}; printf("The element is %d\n", x[5]); /* 32766 */
arrays
-2 Votos
3 Respostas
23rd Jan 2022, 4:35 AM
Diya Mehta
can we include two comments in two different lines without using /* and */....and by only using // in starting of two lines?
c#
comments
-1 Voto
8 Respostas
18th Jun 2016, 6:44 AM
artham abhinay
Is it necessary to write multiple lines of comment when we use multi line comment code? Can we write 1 line comment in /* */?
comments
1 Voto
3 Respostas
18th Jun 2018, 7:15 PM
Prabhat Rai
/* Data was not inserted into the file what is the problem idon't no can any one solve this problem*/
c++
0 Voto
1 Resposta
4th Mar 2019, 1:37 PM
M Ashok Kumar
Can some one tell me what is going on here because I forgot
/*
h1
html
js
-1 Voto
3 Respostas
1st Mar 2018, 6:12 PM
Archit
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 Voto
2 Respostas
30th Nov 2016, 2:12 PM
Adepoju Oluwafemi Abiodun
What is the function of this 3 comments ??
-->
*/
/*
//
<!--
coding
coments
learn
sololearn
2 Votos
14 Respostas
1st Jan 2021, 3:30 AM
Carbon dioxide
static int Pow(int x, int y = 2) { int result = 1; for (int i = 0; i < y; i++) /* this is the for loop that I don't understand.
c#
methods
1 Voto
4 Respostas
22nd Jan 2017, 5:13 PM
Steven Bennett
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Quente hoje
My codebits section is full of deleted codes
12 Votes
Why so many mathematical questions in challenges?
0 Votes
Where did mess up....
1 Votes
I have an error in a problem and I don't know what the correct answer is
1 Votes
Feedback on my portfolio
0 Votes
I need a siren sound
0 Votes
Yo this is madness
0 Votes
best language if i want to learn about AI
0 Votes
Ai generated practices
0 Votes
How can i insert files?
1 Votes