Kurse
Kurse
Code Compiler
Code Compiler
Diskutieren
Teams
Anmelden
Registrieren
Menu
F&A Diskussionen
Suchen
Suchen
Eine Frage stellen
Eine Frage stellen
Hello, how do you do the simple calculator task using the input ()
beginner
-1 Stimme
5 Antworten
28th Nov 2021, 9:29 AM
Keith
Pls,when u (strong)(/strong) what would be in this remaing brackets () (/)
formatting
1 Stimme
5 Antworten
2nd Jan 2018, 1:46 AM
Richard
What is the difference between int main () and void main()?
c++
1 Stimme
3 Antworten
31st Jul 2016, 3:33 AM
Nikhil
How does this work int main () { cout << main} output 1
c++
cout
main
3 Stimmen
6 Antworten
12th Aug 2017, 3:45 AM
HJ🐓TDM
What is the name of this ' () ' in C++ ?
()
c++
1 Stimme
2 Antworten
18th Jul 2021, 11:32 AM
K S Mirthun
What is the reason for not removing an element using the elem.remove () method; ?
html
javascript
jquery
svg
6 Stimmen
3 Antworten
22nd Jun 2019, 3:53 PM
Michail Getmanskiy
How can I use background-image: linear-gradient(); on a background-image:url () in css
background-image:
css
html
linear-gradient();
0 Stimmen
3 Antworten
10th Jun 2019, 11:10 PM
Andreas Ioannou
please why is there no ; function after int main () ??
c++
cout
0 Stimmen
3 Antworten
16th Oct 2018, 9:26 PM
olaoluwa
What is the difference between void main () and int main??
int
main
void
-1 Stimme
4 Antworten
17th Mar 2018, 1:21 PM
Anand Mishra
#include <iostream> using namespace std; int main () { int op,units,pay; cout<<"\n erter youer units\n"; cin>>units
c++
2 Stimmen
8 Antworten
23rd Jul 2018, 3:49 PM
Mohamed Azeem
Create a function called ''test'' belonging to a class called ''demo''._::_ () { }
c++
classes
0 Stimmen
7 Antworten
17th Jun 2017, 7:49 AM
keerthana unnikrishnan
main () method is an user defined or system defined method?
main
0 Stimmen
2 Antworten
16th Jul 2018, 12:42 PM
VISHAL MATE
Why the fault is :invalid literal for int () with base 10
python
type-conversion
2 Stimmen
3 Antworten
17th Sep 2017, 3:19 AM
Otes Urop
What is the diference beetwen an array with () or with [ ]?
arrays
beginner
javascript
0 Stimmen
3 Antworten
20th Sep 2021, 12:01 PM
leandro bandres
Qus:-How to stop a thread in java? Explain about sleep () method in a thread?
advance
c
java
php
spring
6 Stimmen
4 Antworten
19th May 2019, 9:52 AM
Deepika Mourya
Error redefinition of int main () but i use one main function ?!
c++
0 Stimmen
6 Antworten
22nd Aug 2017, 2:32 PM
Ahmed Mahmoud
J.S + CSS help: How to set .style.filter = somefilter () to input.value
.value
css
help
html
input
javascript
picture-editor
1 Stimme
4 Antworten
26th Jun 2019, 10:33 PM
Ginfio
What is the purpose of using int main () in c++
()
int
main
0 Stimmen
2 Antworten
7th Jan 2019, 9:40 AM
Ravi Henry
Yo Guyz I forgot how to use the setintervals () function in JavaScript help me
explnation
javascript
syntax
-1 Stimme
13 Antworten
9th Jul 2017, 9:24 AM
Ishaq Za'rour
why do we put () in int** a = new int*[n]()
conceptual
doubt
1 Stimme
1 Antwort
13th Jul 2019, 9:14 AM
Snigdh
Can we enter 2 integer number (x and y) in one Console.Read () .
c#
2 Stimmen
5 Antworten
31st Aug 2018, 6:43 AM
Nelly Gevorgyan
Why self argument is not passed , when we used super () method
inheritance
oops
python3
super()
0 Stimmen
3 Antworten
17th Aug 2019, 8:27 AM
Sagar Hiremath
const sebuahObject = { fungsi: () => { console.log('Hai Dunia Kucing!!') } }
javascript
0 Stimmen
3 Antworten
15th Jun 2020, 8:36 PM
Febriantika Triarini
Why every time i type System.out.printIn () it says i have typed it wrong?
java
2 Stimmen
6 Antworten
26th Jul 2017, 10:30 AM
Mihail
How do I add a variable value into the () of a document.write function?
javascript
4 Stimmen
4 Antworten
6th May 2017, 6:37 PM
Ben Galbraith
Do I have to use JSON. parse () when I am accessing data from an api using ajax(jQuery)?
ajax
api
json
8 Stimmen
4 Antworten
2nd Jul 2018, 1:07 PM
Jenny
Why does int main have () instead of the semi colon?
c++
0 Stimmen
2 Antworten
18th Mar 2018, 5:49 PM
Mr. Pr○grammer
Is scanf () function automatically allocate space for null terminator like fgets()? In C
null
terminator
3 Stimmen
1 Antwort
14th Oct 2020, 6:24 AM
Yogeshwaran P
what causes [-fpermissive] error in c++ in an example like Customer::Customer () {
c++
3 Stimmen
2 Antworten
23rd Sep 2017, 11:10 AM
Captain Salem
Can we use void main () .... instead of int main ().
c++
0 Stimmen
3 Antworten
30th Jul 2017, 6:39 AM
DEEPENDU PANDIT
When to use 1 int main() 2 void main() 3 main ()
c#
0 Stimmen
3 Antworten
3rd Oct 2016, 9:52 AM
Raj shah
function ejecutar If not login () console.log("usuario invalido") return console.log ("que desea hacer")
help
mu
0 Stimmen
2 Antworten
6th May 2020, 8:31 PM
Daniel Esteban Rocha Ramirez
How i can write power base code without using pow () function in c
c
0 Stimmen
2 Antworten
26th Aug 2022, 4:57 PM
Aadesh Walhe
DECLARE SUB Result () CALL Result END SUB. Result () N=5 C=1 WHILE C <=5 PRINT N N=N*10+5 C=C+1 WEND END output of the given.
c
-4 Stimmen
3 Antworten
29th Apr 2022, 3:26 PM
Jonny Jiwan
What's the difference between window.alert() function and the alert () function in javascript.?
javascript
web
0 Stimmen
4 Antworten
16th Dec 2017, 4:16 PM
Damilola Daramola
How to pick a Session () start name with the selection tag???
html5
php
0 Stimmen
2 Antworten
15th Apr 2018, 8:31 PM
WizRick
In C /C++, why is the main () function popularly called as the driver function?
c
c++
functions
main
4 Stimmen
1 Antwort
24th Apr 2022, 8:56 AM
Ayush Pandey
I wrote this jquery code to scroll down to a particular section but is not working using anchor tag as the button to click
()
$
2 Stimmen
1 Antwort
27th Aug 2018, 1:32 PM
Alao Abiodun
Explain me this code please. Why in case of string sizeof () is giving wrong answer?
c++
chararray
string
1 Stimme
6 Antworten
15th Sep 2018, 11:39 AM
Maleeha Khalid
what is the difference between include?() and cover? () in ruby.. please
cover
functions
include
0 Stimmen
1 Antwort
16th Nov 2018, 3:30 AM
Ali Abdullah Amrah
Needs help, fill in the blank to turn the string uppercase? a="Spam" b =a. ()
python
strings
0 Stimmen
2 Antworten
30th Jan 2017, 1:03 AM
Joyx Kish
Why in 2d array itialization when we use this brackets () we don't have error?
c++
1 Stimme
3 Antworten
27th Jul 2020, 10:32 PM
Aya Khalid
What is difference between ::: for i in range (). Or for i in ()
3
python
1 Stimme
3 Antworten
29th Sep 2020, 3:03 PM
Mandrine
C++ special bracket usage question
()
<<
0 Stimmen
1 Antwort
27th Jul 2020, 5:24 AM
Solus
Can a class be made without having main () in it ?
class
java
main()
0 Stimmen
2 Antworten
28th Nov 2016, 6:17 PM
Ravindra
Why the functions like drawBox() & pickRandom () do not work in the code playground of js??
js
1 Stimme
5 Antworten
17th Jul 2020, 4:23 AM
Am_ruta
What is the difference between function name() & let name = function () ?
development
es6
javascript
web
0 Stimmen
2 Antworten
11th Sep 2020, 7:44 PM
Arghya Ray
Hi , this is teja.. Do we can use void main () in C++??
c++
1 Stimme
3 Antworten
19th Jun 2017, 12:56 PM
dharma
#include <stdio.h> int main () { char s1[20]="java"; printf ("progming = %s",s1); printf ("\nprogming=%s",strrev(s1)); retur
include<stdio.h>int
ma
-1 Stimme
5 Antworten
10th May 2021, 3:35 AM
Deep patel
Is there any case that allowed you to write the main function only. Ex: main ()
c
1 Stimme
3 Antworten
7th Jun 2019, 4:37 AM
Ahmed Zakree
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
< Vorherige
1
...
3
4
5
6
Weiter >
Heute heiß
Javascript
3 Votes
I Had Solve My Own Way But I See Others Method which I had added as Comented code I don't Understand Working Can You explain me?
2 Votes
What i do?in html intermediate level i dont like.
2 Votes
How to get mentor in solo learn.any mentor who response my activity🥹
1 Votes
What is late happening in late binding
1 Votes
Why text takes time to load
1 Votes
Why my code closes when i choose a border and submit?
0 Votes
Digital currency
1 Votes
Did You resolve Calculating The Discount?
0 Votes
I had an issue, I have PRO version, but not unlimited lives.
1 Votes