Kurse
Kurse
Code Compiler
Code Compiler
Diskutieren
Preise
Teams
Anmelden
Registrieren
Menu
F&A Diskussionen
Suchen
Suchen
Eine Frage stellen
Eine Frage stellen
What is the difference b/t Web and c++ programming?in short why we get output on black screen in c++
black
c++
screen
web,
0 Stimmen
1 Antwort
4th May 2017, 1:59 PM
Umar Farooq Anwar
What's the use of header? why to use header can't we do it with normal text tags <p>, <h1>?
html
html5
0 Stimmen
1 Antwort
9th Aug 2016, 6:13 AM
Adil Farooq Awan
What does it mean when we equals content of a pointer variable to address of 1st element of array?
array
c++
pointer
0 Stimmen
1 Antwort
6th Mar 2018, 10:06 AM
Purvank Bhiwgade
How can we print the code 1=1\n 1+2=3\n 1+2+3=6.... Giving an input of a certain size of the pattern
loops
python
0 Stimmen
1 Antwort
9th Sep 2017, 3:20 PM
Mayur Shanbhag
Ok so can we use a single variable 'x' for multiple purposes or I have define a new variable?
javascript
variables
-1 Stimme
2 Antworten
15th Jun 2017, 10:02 AM
Mayuresh Joshi
Why can we not print the valur of 'var' without obj.printinfo function.? What is the role of this function?
c++
classes
this
1 Stimme
1 Antwort
18th Feb 2017, 12:46 PM
Black Temple
Can we use the command "LIMIT" in place of "BETWEEN", following "WHERE" to retrieve some records of particular range?
where
0 Stimmen
1 Antwort
5th Mar 2018, 1:33 PM
Zeeshan zakaria
Why can't we assign a variable in python like this it gives an error, example : myvariable = 052
python3
1 Stimme
1 Antwort
20th Jan 2018, 5:05 AM
Akshay Patil
<?php $doc = new DomDocument(,'1.0') \\ we wan nice output $doc ->format output = true; $root = $doc -
playground
-1 Stimme
1 Antwort
20th Feb 2017, 9:04 AM
donni wahyudi
new ideas for the way to see if we have to be able to the new one more information
html
superscript
0 Stimmen
1 Antwort
14th Aug 2016, 3:43 AM
salt
int is primitive data type , I want to know what we call earch word in this program :--
java
0 Stimmen
1 Antwort
18th Dec 2017, 5:11 AM
Prashant Kumar
Is there a way to assign these random numbers generated every time we run the program to different variables?
c++
rand
1 Stimme
1 Antwort
6th Nov 2016, 1:31 PM
Sri Harsha Molleti
we cannot modify a list while iterating it. what if it is required to modify that how can i do that in java
iterator
java
list
modification
1 Stimme
2 Antworten
13th Jun 2017, 8:23 AM
shobhit
How can we make a email client using java and swing , which could be able to just send and receive email .
emailclient
java
swing
1 Stimme
1 Antwort
17th Apr 2018, 8:14 PM
Chandan singh
hi friends ...from 10 th I'm having a dought...why we want to learn c++...how it is used in practical in it field??now I'm studying bca 2nd year
c++
-1 Stimme
4 Antworten
24th Oct 2016, 11:26 AM
Narayanan H
In java what is the purpose of putting the keyword "public" in main method? Why we do not put the word "public" in user defined methods?
java
public
-1 Stimme
4 Antworten
29th Aug 2016, 9:23 AM
Jia Wei Sim
So then why don't we add a float number? 20 // 6 is 3, but why isn't it defined as 3.33 or something alone those lines?
numeric-operations
python
2 Stimmen
2 Antworten
11th Mar 2017, 8:59 AM
MynameisKyle99
Is that mandatory to write the data type of parameter inside the parenthesis of a method? Can we declare it anywhere else?
java
methods
2 Stimmen
1 Antwort
19th Jun 2017, 2:10 PM
Rose
Anyone can help me to show how the step or coding to showing pdf in c#? What must we added in code?
2 Stimmen
1 Antwort
27th Feb 2018, 5:09 AM
Maria Batubara
Can we develop a program for tracing a particle's motion in an elliptical orbit at specified speed and roatation angle?
c++
0 Stimmen
1 Antwort
17th May 2018, 5:53 AM
Manan H Pandya
Like in c++ we use turbo c or anything else but what to use in java to run a program?
java
0 Stimmen
2 Antworten
24th Jun 2017, 8:45 PM
Tanmay jadav
How will the compiler work when we simply pass a value in if statement For eg. If(32) Cout<<"true"; Else Cout<<"false";
If
0 Stimmen
2 Antworten
20th Sep 2017, 4:28 PM
dhiman mishra
If we use 'append' and 'insert' both in a program, then is there any kind priority thing in between them?
lists
python
0 Stimmen
2 Antworten
22nd Aug 2016, 3:49 PM
Sourav Kumar
Why isnot programming language written in a known language like english which we can write easily.Why c++ with its expressions
c++
if-statements
0 Stimmen
2 Antworten
30th Dec 2016, 11:24 PM
abdo hamroush
why whenever we create object of child class , the parent class object is never made automatically in inheritance ?
java
0 Stimmen
2 Antworten
28th Aug 2016, 6:45 PM
rohan arora
How will the compiler work when we simply pass a value in if statement For eg. If(32) Cout<<"true"; Else Cout<<"false";
If
0 Stimmen
2 Antworten
20th Sep 2017, 4:09 PM
dhiman mishra
Can I find someone who is preparing for INOI 2017? So that we can brainstorm together and generate new ideas...
c
c++
javascript
0 Stimmen
2 Antworten
21st Dec 2016, 3:28 PM
Karthik Balaji
printf("%ld", sizeof(main())) in this statement if we place %f then output will be 0.000. Why the value is 0.000 ?
c
0 Stimmen
1 Antwort
6th Oct 2020, 3:53 AM
PUCHA SRINIVASA PAVAN
If the image is not saved in the same folder as html what should we write the location of image
html
images
0 Stimmen
2 Antworten
3rd Jun 2016, 5:05 PM
Dayananda kishore
I know the meaning of ++i and i++ but does it make any difference when we use them in for loop
c++
0 Stimmen
2 Antworten
20th Mar 2017, 8:24 AM
Serjeel Ranjan
In my school we use #include<iostream.h> and don't use using namespace std and return = 0 ..instead they use getch(); why??
c++
0 Stimmen
2 Antworten
5th Dec 2016, 12:59 PM
Aman Rajput
Why it has to be 'void' inside the class. And why we have to use (.) between the test and sayHi
c++
classes
0 Stimmen
2 Antworten
20th Oct 2016, 1:07 AM
Seinsora x
Do we need mentioned Alisa tables prefix for case statement in select statement while in creating view by using different tables
sql
0 Stimmen
1 Antwort
5th Apr 2021, 5:25 PM
vijay
If u could only tell me whether we possess educational videos for learning here or not.It helps me merely.Thanks a lot.
???
-2 Stimmen
2 Antworten
10th Jul 2020, 11:59 AM
Hadi
from Which series we should learn programming languages maybe it is easy (as html after css after python after c?) ?
code
coding
machine
self-learning
sololearn
-1 Stimme
1 Antwort
18th Jun 2021, 5:15 PM
Sheikh
Hi everyone! Im new to coding..! Could you pls pls respond to my question...? Whether to learn coding shall we have to remember?
html#javascript#python
-1 Stimme
1 Antwort
29th Jun 2020, 5:48 PM
vijay kumar
what if we write: public class Animals {..... // in a public class and Animal dog = new Animal(); // in a main.
in
java
2 Stimmen
1 Antwort
15th Sep 2017, 6:07 AM
Prathamesh Dhuri
Why we not use "" at the end of program to print enything means in this program they use cout << a .. they dont use"" so why...?
variables
0 Stimmen
2 Antworten
27th Sep 2018, 9:52 PM
Kusum Paliwal
$arr=array("1","3","4"); echo $arr[1]; through this we can print only one value of the array(wrt index).but,is there any way to print entire array at a time??
arrays
php
0 Stimmen
3 Antworten
14th Jan 2016, 3:51 AM
krrish...
In this app sololearn how can we seggregate inputs by user bcuz first i have to enter a no...then i have to insert an array...
pls
0 Stimmen
3 Antworten
31st Dec 2016, 3:12 PM
Nitin
Plz help me ..i have no idea for this one ,how can we remove repeated digit present in list and print only the remaining digit?
python3
0 Stimmen
3 Antworten
3rd Mar 2018, 4:19 PM
Kiran Rayamajhi
Hi, I have a serious question for me, could we just by python ( coding, biblio, giu) do a real site Web or an application
operations
simple
0 Stimmen
1 Antwort
8th Feb 2021, 3:48 PM
abd el ali el ouahdani
Can you tell me the software that we can learn for making game and media social?..is it the same or different type of software
java
jdk
1 Stimme
2 Antworten
15th Apr 2017, 1:50 PM
khien
Why we have to use when define a primary key with not null. Because I know that primary also includes uniquness of the column
constraints
0 Stimmen
2 Antworten
4th Jul 2020, 4:35 PM
AYŞE DUMAN
How to make the image ( which we have given the link ) the link ? I mean when you tap on it , it will be downloaded directly.
links
0 Stimmen
2 Antworten
20th Jul 2018, 9:45 AM
Armann
Do we can use superscript and subscript in oracle and sql? If yes then what is the query for it.
oracle
sql
1 Stimme
1 Antwort
18th Jan 2017, 7:28 AM
Deepika Behera
In C# langage .. When do we use the keywords #virtual #override #new .. What is the defference between them
c#
langage
1 Stimme
1 Antwort
16th Jun 2017, 12:40 AM
Zineb Ab
In programming if we compile the source code to an object file that is in machine language why yet it cannot be run in our os?
executable
objectfile
os
source_code
0 Stimmen
2 Antworten
16th Aug 2018, 7:50 PM
Saeed Vahid
Assume we want to design a logic circuit with three inputs x, y, and z. The circuit output should be 1 only when x=1 and either
boolean-logic
0 Stimmen
2 Antworten
25th Sep 2020, 5:26 PM
abiso-abbv
How to create a programe in c++? Can we do it by modules as like in java or all of it in a single file?
c++
0 Stimmen
3 Antworten
10th May 2017, 4:55 AM
Karunjith M
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
< Vorherige
1
...
192
193
194
...
197
Weiter >
Heute heiß
My codebits section is full of deleted codes
13 Votes
Ai generated practices
2 Votes
Solving coding challenges
0 Votes
Feedback on my portfolio
0 Votes
I have finished first in Saturn League 3 times in a row, why have I not been given the badge for “Intergalactic Champion”
0 Votes
Yo this is madness
0 Votes
Changing String Variables into int in C++
0 Votes
Advertising in Sololearn
0 Votes
How can i insert files?
1 Votes
I am new
1 Votes