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
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
If /* */ then //?
comments
css
0 Voto
11 Respostas
23rd Apr 2017, 1:55 AM
Douglas Goldbach
🎉🎊🎉Finally /*S Vengat */ is Platunium 🎊🎉🎊
platinium
status
vengat
17 Votos
23 Respostas
24th Jul 2017, 8:09 AM
Germain F
Why is the */ important
c++
variables
1 Voto
5 Respostas
18th Feb 2017, 9:52 AM
emmanuel oyamenda
რა განსხვავებაა \\ და /* */ შორის?
ა
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
Can you explain me the deference between these comments /** */ and these /* */ ?
comments
1 Voto
2 Respostas
12th Jan 2017, 1:13 PM
Christina Repou
How to write another */ inside a comment.
c
c#
c++
comments
1 Voto
5 Respostas
4th Jan 2018, 4:57 PM
Avi Tiwari
/* 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>🎀
/*cout<< */ ((1 > 2) ? 3 : 4);
c++
cpp
2 Votos
1 Resposta
22nd Dec 2019, 9:21 PM
Денис Мухачев
/* // ' % # Comment on Comments. */
comments
ruby
0 Voto
4 Respostas
27th Oct 2016, 1:53 AM
Tom
what does it mean that documents purpose comments /** */
comments
java
2 Votos
3 Respostas
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 Voto
5 Respostas
18th Jul 2018, 8:29 AM
Siddharth Kumar
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
What is the difference between /** */ and /********** **********/
comments
java
0 Voto
3 Respostas
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 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 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
Is this comment type /*. */ working for multiple lines but aswell.
comments
css
1 Voto
2 Respostas
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 Respostas
21st Feb 2020, 9:36 AM
ASEEM
Comment
*/
/*
0 Voto
4 Respostas
16th Jul 2018, 7:44 PM
Elizabeth
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
Что такое документация
*/
/**
0 Voto
3 Respostas
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 Resposta
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 Voto
3 Respostas
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 Resposta
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 Voto
7 Respostas
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 Votos
3 Respostas
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 Respostas
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 Resposta
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 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
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Quente hoje
Is this realistic enough?
2 Votes
"Which is harder to master — Machine Learning or Cybersecurity? And why?"
1 Votes
"What’s the best way to combine creativity and coding? Can storytelling improve web apps?"
1 Votes
Cybersecurity techies
3 Votes
Web Development
0 Votes
Please complete this code.
0 Votes
Can someone please explain python for me
0 Votes
Can u learn multiple language at the same time, without misplacing the formats of each with the other
0 Votes
What's wrong with code?
0 Votes
Python
1 Votes