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 main purpose of using "using namespace std" in c++ coding? Is it possible to skip this step or any alternative?
c++
1 Stimme
11 Antworten
27th Jul 2017, 10:55 PM
Vinamra Kishore
If we use returnable data type for declaring main .... where does it returns the value?
c++
functions
0 Stimmen
2 Antworten
27th Apr 2018, 5:21 AM
Jason
Is it possible for you to use two different int main () when writing a program
c++
2 Stimmen
2 Antworten
1st Mar 2017, 12:24 AM
Charles Oselukwue
I had declared a variable in a method. how can I call the variable in the main method?
c#
methods
0 Stimmen
5 Antworten
31st Oct 2016, 8:46 AM
Fikri Buih
What skills of a person in order to learn the Java Computer Programming Language?
java
main
programming
1 Stimme
4 Antworten
25th Jun 2017, 4:39 AM
Kendra
What's namespace and what's it's use and why main function is declared inside namespace........
c#
input
0 Stimmen
2 Antworten
4th Jan 2017, 6:15 PM
Nitin Kumar
why subscripted and superscripted text are used? what's their main influence inthe paragraph? basics..
formatting
html
0 Stimmen
2 Antworten
7th Aug 2016, 3:46 PM
kushal singh
how to read input into main class variables from console to run as gradle project
input
0 Stimmen
1 Antwort
23rd Jul 2020, 10:35 AM
raju sahu
Why does the first main function need "%s" in order to print out the text and second one does not?
c
1 Stimme
3 Antworten
25th Feb 2020, 4:47 PM
Woody Lin
Why is the method retieveBalance() and getAccountNumber() not showing anything in main when I call them using the object?
c++
0 Stimmen
2 Antworten
18th Nov 2019, 11:37 PM
MASANGA KAUKA MUDENDA
What is the difference between initialising a variable below a class and initialising below main method in java ?
compiler
java
jdk
0 Stimmen
4 Antworten
3rd Jan 2020, 5:22 AM
Asharaf K
CAN WE WRITE include <iostream> and below that using namespace std; and int main () in pc
cpp
how
start
to
0 Stimmen
4 Antworten
5th Jul 2017, 4:12 PM
Aryan Shiv . R
What is different the version of phyton 2.0 and phyton 3.0 ? _Please to explain, for the main point only. Thank you
phyton
2 Stimmen
8 Antworten
11th Feb 2018, 1:57 AM
Sujanggy Adi
In java why do we use Public and static in the main function/block ?
java
0 Stimmen
2 Antworten
23rd Jul 2017, 7:40 PM
Shrikant Narvekar
How to brackets declare in this program????
declaration
function
main
2 Stimmen
3 Antworten
5th Feb 2018, 4:55 PM
mohammed meeran
passing array as arguments specx range of array at main func?is the foll snippet wrong
arrays
c++
functions
0 Stimmen
2 Antworten
15th Aug 2018, 10:27 AM
Charlie
For Java, can I create an individual class outside of the main method on SoloLearn?
class
java
string
1 Stimme
1 Antwort
19th Nov 2018, 7:16 PM
Lucas Waldrop
Can we use final keyword with main() method?
final
java
main
method
3 Stimmen
3 Antworten
19th May 2019, 3:54 PM
Vaishnavi Rajkumar Pawar
Why in java we have to write class name same as file name?? And without same name it shows that main function cannot load?
java
2 Stimmen
5 Antworten
22nd Oct 2019, 5:13 PM
Gaurav Rawat
What is the meaning of "a function which does not return a value" and " a function returns some value" ?? Please send the answer
c++
functions
main
void
3 Stimmen
7 Antworten
28th Jul 2017, 10:20 AM
Yasir Faiz Ahmed
Why does it say that main will not return a value beacuse it has void, yet it does return the value of 7?
methods
0 Stimmen
7 Antworten
4th Jul 2020, 7:29 PM
Don
Using return 0 or 1 or 2 to close main function giving same result why?
c++
2 Stimmen
1 Antwort
27th Oct 2017, 2:48 AM
Shubham Sharma
What is the parameter of "int main()" in C ? Does this even take any?
c
function
main
3 Stimmen
2 Antworten
29th Jan 2018, 10:01 AM
Akib
can i skip my css tutorials and engage my self with javascript because javascript is my main target?
javascript
0 Stimmen
3 Antworten
29th Dec 2018, 9:12 PM
Chinweike Michael Chinonso
I am having a problem with configuring webpack for a react app.My main problem is around the issue of babel.
babel
development
npm
web
webpack
0 Stimmen
4 Antworten
2nd Jun 2020, 5:18 AM
prime omondi
Why does the main method have to come before the Case method in this case please?
java
methods
0 Stimmen
3 Antworten
12th Dec 2016, 6:19 AM
Soaga Kingsley
Can someone tell me the main differences between the command prompt and the powershell please? :)
dos
powershell
windows
1 Stimme
2 Antworten
4th Jan 2017, 9:29 PM
Davide Piazza
Is there a way to make a variable that runs throughout all the programs functions classes and main
hhh
1 Stimme
2 Antworten
29th Jun 2019, 11:37 AM
Mo Kid
[Personal question] What is your main use of sololearn and how do you improve your skills with it
community
question
sololearn
xp
2 Stimmen
3 Antworten
9th Oct 2017, 6:57 AM
Chrizzhigh
How to make the main thread call a random thread and that thread should respond with its number
c#
multithreading
1 Stimme
2 Antworten
4th Jun 2021, 7:35 PM
Jerry Decoder
I need help on how to fix two images together using background-images, position,size, for the main body with css
css
html
0 Stimmen
3 Antworten
27th Jul 2022, 11:28 AM
Oghemenosen Peter God'spower
What are the main uses of the libraries conio.h and stdlib.h? (besides letting you open a .exe) Can you change the text color?
c++
conio.
stdlib.
2 Stimmen
4 Antworten
28th Aug 2019, 12:01 AM
-DSaus-
What is difference of void main() and int main()
()
int
main
void
2 Stimmen
3 Antworten
6th Mar 2021, 4:03 PM
Fahad Ahamed
What are main differences and similarities between methods in C# and functions in JavaScript?
c#
functions
javascript
methods
0 Stimmen
1 Antwort
18th May 2018, 8:58 PM
Taulant Sulko
Does needing an input make it possible to define functions after the main function.
c++
0 Stimmen
1 Antwort
25th Jan 2017, 4:30 PM
emily gilespie
Can we open a saved html document on other device without its main files?
css
html
1 Stimme
1 Antwort
1st Dec 2017, 10:44 AM
Abhishek Pawtekar
mujhe yeh wala program samaj main nahi aaya jab k: int a=100; b=50; toh iss ka answer 50 kaisa aaya?
c++
0 Stimmen
6 Antworten
12th Jul 2016, 11:09 AM
himanshu arora
Why this program is not running with Scanner correct instead of when i using main method the following program get run correct?
doubt
java
scanner
1 Stimme
7 Antworten
11th Oct 2018, 3:31 AM
Harsh Agrawal
In C and C++ Main function doesn't return any value then why we prefer it's return type as int?
data-types
return
1 Stimme
3 Antworten
19th Jun 2018, 5:47 PM
Bhautik Donga
What is the main difference between the c++ and python? And Which is the best language?
c++
python
1 Stimme
2 Antworten
19th Jul 2017, 12:57 AM
THARANI KUMAR.K
What is the main use of namespace? And what if we don't use it in our program?
c++
namespaces
2 Stimmen
2 Antworten
2nd Feb 2017, 1:11 PM
Ashu Bagul
Argument2 return 0 when i call kn main this fonction should return the anglein degrees between the the two point a ,b
java
0 Stimmen
6 Antworten
13th Mar 2021, 9:36 PM
El mhadji Mohamed abdelhak
In java the interface should have same name as file name, at the same time my main class also should have same name as file name
interfaces
java
3 Stimmen
7 Antworten
2nd Aug 2019, 6:42 PM
Govindaraju C
In c++, why do people use "int main()" instead of "void main() "? Does the former have any advantages over the latter?
c++
cpp
main
question
1 Stimme
6 Antworten
17th Mar 2018, 11:42 AM
binoy john
What is the meaning of static and void in public static void main in java programing ??
comments
java
static
0 Stimmen
2 Antworten
7th May 2018, 2:55 PM
Rohit
How can i add a link for a button ( for example) and go todo the main page of muy web?
html
links
4 Stimmen
4 Antworten
27th Jul 2016, 3:16 AM
ismarlin santiago chalas martir
Using method
class
java
main
methods
string
4 Stimmen
6 Antworten
5th Jun 2017, 12:28 PM
Jasurbek Kalandarov
Can there be more than one 'main' method in different classes??
classes
different
main
1 Stimme
3 Antworten
2nd May 2017, 1:12 PM
Ahmed Imtiaz Ferdous
Write a program in a language c++ to print the top triangle above the main diagonal of the quadrilateral matrix.
c++
-1 Stimme
4 Antworten
29th May 2021, 12:39 PM
Jhk Jhik
I am Just beginer, and i can not understand What is the Main difference between privet and protected in c#?
c
c#
0 Stimmen
3 Antworten
6th Sep 2019, 7:31 AM
Павел
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
< Vorherige
1
...
22
23
24
...
29
Weiter >
Heute heiß
App Development
1 Votes
GUI-Based Python code in Webpage
3 Votes
I'm still new, help me about my image code
0 Votes
Convert Animated SVG to PNG
1 Votes
My Missing Courses
1 Votes
What will be the output of this code?
1 Votes
Are '\0' and NULL the same?
1 Votes
Number addition
0 Votes
cyber security
0 Votes
my code isn’t working can someone give me tips?
1 Votes