Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Can anyone explain every code repeated to 'started' variable in the following code?
c
0 Votes
3 Answers
31st Aug 2020, 6:37 AM
Phyo Htet Aung
I do not understand why the following example, as a result shows six in C Challenge?
<stdio.h
>
4 Votes
3 Answers
25th Mar 2022, 7:42 AM
Egor Tonchev(EGO)
What is the meaning of a^ and b^ in the following code?
c
swapping
1 Vote
1 Answer
25th Mar 2020, 4:28 AM
Yash Chaudhari
How does the output give result 012 in the following code bit?
javascript
0 Votes
2 Answers
24th Nov 2022, 3:50 PM
Ashish Yadav
Which of the following is true about the always block?
basics
design
Embedded
-3 Votes
3 Answers
9th Feb 2018, 12:53 PM
darshan ks
Can someone give the java codes to make the following pattern?
challenge
java
pattern
1 Vote
2 Answers
7th Nov 2017, 3:19 PM
Amartya D
Problem Statement Given two integers a and b, your task is to calculate and print the following four values:
javascript
0 Votes
11 Answers
1st Feb 2023, 10:40 AM
Altaf Khan
what is the output of the following code? Q: int a=3 int b=2 a=b++ cout<< ++b=____?
c++
-2 Votes
9 Answers
17th Jul 2016, 7:37 PM
Rohan Das
What is the value of the variable a3 after execution of the following code?
@@
logic
string
sum
2 Votes
3 Answers
1st Aug 2018, 1:25 PM
Siddhi Agarwal
Q.. Using loops. Write a program that output to message box the following shape
java
loops
0 Votes
6 Answers
24th May 2017, 12:23 PM
Mohmmed Nadhem Saif
How can I use 0==number%6 without changing the value of number in the following code?
@java
0 Votes
6 Answers
5th Jan 2021, 6:40 PM
Emilio SAKR
What will be the output of the following code snippet
java
output
1 Vote
1 Answer
30th Jul 2017, 4:03 AM
Antoreep Jana
1.Why the output of the following programme is 1 ?
php
0 Votes
2 Answers
27th Jul 2017, 2:27 PM
Md. Jahid Hasan
Can i create a webpage with the following conditions below(description)?
html
javascript
0 Votes
2 Answers
24th Apr 2017, 7:28 AM
Aditya Kshitiz
Plz tell me a program to display the following pattern.
c++
0 Votes
2 Answers
7th Dec 2016, 4:44 PM
Shubhangi Ovhal
could anybody help to explain the following code result? thanks
java
0 Votes
2 Answers
3rd Dec 2016, 2:19 PM
Welly Wei
How i can fix the error in following code ?
mysqli
php
0 Votes
2 Answers
30th Dec 2017, 6:54 PM
hassan
What is the difference between &arr and arr and how does the following works ?
c++
pointer
1 Vote
4 Answers
17th Sep 2021, 10:41 AM
Abhay
why Console.Read() giving wrong output in following when used instead of Console.ReadLine()
c#
1 Vote
3 Answers
28th Jul 2016, 5:09 PM
rishab
What is the use of following attributes in html? 1.animation-play-state & 2.animation-fill-mode
animation
0 Votes
2 Answers
19th Jun 2020, 4:40 AM
ASAPU Kirankumar
What are the chances of jobs with following technologies? ( Please check description)
android
electronic
iot
job
jobs
learning
machine
machinelearning
python
1 Vote
2 Answers
9th May 2019, 2:34 AM
Vikram More
I don't understand the output of the following code. Anyone who can help me with it?
code
if-statements
python
1 Vote
6 Answers
22nd Apr 2022, 1:31 PM
Aaradhya
Need a small clarification on the following code in the description...
python
1 Vote
2 Answers
14th Aug 2017, 2:41 PM
ARC
Why we don't get notification when anyone we are following posts a question ?
followers
following
notification
post
sololearn
7 Votes
1 Answer
17th May 2017, 10:44 AM
Sumita
Write Python functions for the following operations: addpoly(p1,p2) multpoly(p1,p2) that add and multiply two polynomials, respectively.
python
-2 Votes
7 Answers
23rd Aug 2016, 3:31 PM
Gaurav Kumar Tiwari
How valid is the following statement: It is a good idea to avoid using friend functions and classes.
c++
classes
friend
functions
10 Votes
7 Answers
30th Jun 2017, 3:29 PM
jay
What is the code for following output ? In description I write output.
c
java
0 Votes
2 Answers
5th Apr 2019, 5:46 AM
K. Tejaswini
How i display current date and time in following manner:-Todays Date:dd/mm/yyyy Current Time:HH:MM:SS
python
0 Votes
3 Answers
17th Jul 2018, 4:28 AM
Saurabh Kasaudhan
Why there is no output in the following code? (Code below) Please help! 🥺
c
c++
code
error
help
mcq
nooutput
output
pointer
1 Vote
2 Answers
13th Jan 2021, 7:41 PM
Mahima Rajvir Singh
My profile Bio seen...I am following 3 person ... But nothing to show person name in this list?
sololearn
3 Votes
5 Answers
17th Aug 2022, 4:12 PM
Kaushik Patel
Whatis2'scomplement representation perform the subtraction for the following operation : (+42)+(−13) and (−42)−(−13)
binarysubtraction
java
1 Vote
2 Answers
30th Dec 2019, 5:45 PM
Piyush Srivastava
Describe each step of execution & give output for the following program segment :
c
2 Votes
2 Answers
4th May 2019, 4:17 PM
Danish Kamal
Code for following output * * * * * * * * * using nested loops
c++
output
3 Votes
6 Answers
30th Sep 2016, 9:42 AM
Soutik
What is the value of a3 in the following code: string a1,a2,a3; a1="45" a2="31" a3=a2+a1;
c++
logicalexpression
strings
variables
2 Votes
6 Answers
27th Sep 2016, 5:51 PM
Devansh Kaushik
What output results from the following code? function test($num) { echo $num/2; } test(14);
php
0 Votes
3 Answers
26th May 2021, 6:38 AM
Vivi dwiyani
What is the meaning in following java code: String s1="hello"; String s2="hello";boolean c=s1.equals(s2); System.out.println(c);
equals
java
strings
1 Vote
4 Answers
1st Dec 2016, 8:03 PM
Sagar Maharana
I need a form with drop down menus with the following description
css
html
js
php
phython
0 Votes
1 Answer
3rd Nov 2022, 9:21 PM
Stephen Otieno
Which one of the following programming language reflects the way people think mathematically?
math
3 Votes
2 Answers
27th Jan 2018, 6:04 PM
Zaira San Jose
Which is the following operation will be overrlode in C#
c
operators
0 Votes
1 Answer
29th Mar 2017, 4:37 AM
Abdullayev Faxriddin Raxmatulla o'g'li
How to write following java statement using two separate statements?
java
0 Votes
1 Answer
10th Feb 2018, 5:07 PM
Ads Kumarasinghe
Can someone tell me how the following code is executed??
c++
0 Votes
1 Answer
16th Mar 2017, 6:38 AM
Aalekh Jain
What is this in the following program in setter block....?
,setter,getter
java
1 Vote
1 Answer
24th Dec 2016, 7:40 AM
Saurabh Pandey
How to print with c++ the following heart star pattern?
c++
-1 Vote
1 Answer
21st Apr 2022, 10:55 AM
John Bre
Please provide a java code to display the following output.
java
-3 Votes
2 Answers
3rd Nov 2017, 11:21 AM
utkarsh khandelwal
1.Why the output of the following programme is 2 ?
php
0 Votes
1 Answer
27th Jul 2017, 3:06 PM
Md. Jahid Hasan
write a menu driven program to Calculate the following volume of sphere, volume if cylinder and volume of cone
class
driven
menu
scaner
0 Votes
12 Answers
2nd Feb 2022, 3:26 PM
Techno Team
Followers & Following?
community
followers
following
response
sololearn
10 Votes
5 Answers
30th Jan 2017, 4:10 PM
Ram chandra Giri
Can any body explain output to the following piece of code in decription
java
scjp
3 Votes
2 Answers
15th Mar 2017, 8:20 PM
Sagar Maharana
What will be the value of x after the following code is executed?
(int
10;
20;
5;
for
int
x
y
0 Votes
1 Answer
3rd Oct 2017, 1:00 AM
natet2014
How to set the Access Control Allow Origin so that only the following code can get access to server data?
node.js
2 Votes
11 Answers
16th Aug 2020, 12:26 PM
Abhay
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
18
19
20
...
30
Next >
Hot today
What programming language should i learn to make applications or games?
0 Votes
I need help
1 Votes
My hearts are disappering :(
0 Votes
How to learn python fast than usual in sololearn?
0 Votes
What can html, css and javascript do
0 Votes
Pressure and tension
2 Votes
How to make a selection on a calculator in Python
0 Votes
Conducción de calor o Q=−kAdTdxQ = -k A \frac{dT}{dx}Q=−kAdxdT o Pared 2 m², espesor 0.1 m, k = 50 W/m°C, ΔT = 30°C → Q ≈ 30,0
0 Votes
Where is code bit
0 Votes
a phone or a laptop
0 Votes