Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
How to take user input in title format in python . title () without using 2nd variable to save.
python3
0 Voto
7 Respostas
24th Nov 2022, 7:44 AM
janvi vashistha
In a function javascript how can we see the document changing effects first and then the alert () window?
javascript
8 Votos
7 Respostas
10th Mar 2017, 4:59 AM
Didi Georgel Danaila
What is the function of print () ? Does it has anything to do with the arrangement of output?
python3
3 Votos
6 Respostas
13th Aug 2019, 4:20 PM
Sophia Okito
🔸️How to prepare a list of hyperlinks for the text files in a some directory using PHP glob () ??
glob
php
6 Votos
4 Respostas
30th Apr 2019, 8:37 AM
Nithya Yamasinghe
I get an error:the method nextline () is undefined for the type scanner. what's the problem?
input
java
0 Voto
4 Respostas
27th Jul 2016, 3:45 PM
alireza
What does () actully mean or do? Im thinking it means "this" for example: While(this);??
java
0 Voto
4 Respostas
17th Jul 2017, 3:53 PM
D_Stark
If i want to add first positive 15 numbers what should i code using while loop ()
<>
1 Voto
4 Respostas
3rd Feb 2021, 12:52 PM
Muhammad Hassan
What's a difference between putchar() & getchar () ? And give me one example of this .
c
1 Voto
3 Respostas
17th Oct 2020, 5:45 PM
SARVESH ASHOK DEVRUKHAKAR
int main () { int a[3] = {2,7,3}; for (int i=0; i<3; i++){ a[i]-=i; } cout<<a[i]; }
arrays
c++
1 Voto
6 Respostas
3rd Aug 2016, 4:43 PM
Hakatek
why we need the () in the last line B().method..... ? so confusing
inheritance
python
0 Voto
2 Respostas
31st Aug 2016, 11:15 AM
Ryu
Quick question: Can you put a function inside a function?
()
function
javascript
1 Voto
4 Respostas
9th Mar 2022, 5:28 PM
Spencer Pawlik
trying to add a class to a tag using the toggle method () but nothing happens
css
css3
html
html5
javascript
0 Voto
4 Respostas
19th Dec 2018, 10:54 PM
Hafizd Jubaidir
Hey anyone can tell what is the difference between () or {} and [] and when I should use each one?
python
0 Voto
7 Respostas
21st Mar 2021, 2:33 PM
Ibrahim Elixoder
Triplets b/w L to R with minimal time complexity i.e, o () < o (n^3)
loops
nested
triplet
1 Voto
1 Resposta
28th Dec 2018, 11:40 AM
Akshay
Реализовать функцию которая проверяет правильно ли расставлены скобки в выражении. Выражение состоит из скобок типа () []{}
c++
0 Voto
1 Resposta
2nd Jun 2018, 9:51 AM
Михаил Дирин
What is the exact algorithm that the rand () function uses to get random numbers ?
rand
1 Voto
2 Respostas
4th Dec 2018, 3:46 AM
kazi sujoy
Is it possible for you to use two different int main () when writing a program
c++
2 Votos
2 Respostas
1st Mar 2017, 12:24 AM
Charles Oselukwue
why this code is not working?
()
c
itoa
1 Voto
2 Respostas
6th May 2022, 2:45 AM
Ur-Wellwisher
Are parentheses necessary? I'm learning v2.7 online and it doesn't show () around quotes
python
0 Voto
1 Resposta
20th Jul 2016, 6:38 PM
miniYannie
Why use the following: public Function foo() {//code} Instead of public void foo () {//code} ?
functions
java
methods
0 Voto
2 Respostas
2nd Oct 2019, 6:24 PM
Tshego M
What language is the best for beginner
()
javascript
python
question
2 Votos
7 Respostas
9th Oct 2019, 11:02 PM
Thomas
CAN WE WRITE include <iostream> and below that using namespace std; and int main () in pc
cpp
how
start
to
0 Voto
4 Respostas
5th Jul 2017, 4:12 PM
Aryan Shiv . R
In the python definition of functions.how the language determine the type of the variables in the () ?
python
0 Voto
4 Respostas
13th Jul 2019, 10:52 AM
omar alkhafif
🤚🤚🤚 Why the () with a semicolon (;) at the end are mandatory when destructuring without a declaration ?
destructuring
1 Voto
3 Respostas
13th May 2021, 9:14 PM
Nacereddine Drici
How can i modify the methods of javato suit my own needs
()
main
static
void
3 Votos
7 Respostas
5th Jun 2019, 4:52 AM
Great Pyramids 🏜
I have created a navbar. But my javascript code not working. I don't what to do... Can anyone please help me.
()
=>
hamburger.addeventlistener("click",
1 Voto
2 Respostas
26th May 2020, 8:16 AM
Sourav Chakraborty
What will happen if you put return statement or System.exit () on try or catch block? Will finally block execute?
catch
exit
finally
java
return
try
6 Votos
2 Respostas
2nd Jan 2017, 5:40 PM
sadiya zainab
How to get Python on Galaxy S4? Python Interpreter App doesn't allow print () function.
python
0 Voto
2 Respostas
10th Aug 2016, 2:01 AM
Hunter Keenan
Hello please does any one have an idea on how the require () method works in javascript?
javascript
1 Voto
2 Respostas
20th Mar 2019, 4:23 PM
Codebeast**
Is it possible to include a <script> tag before a document.write () or perhaps both
javascript
0 Voto
2 Respostas
13th Aug 2017, 2:03 PM
Thabo Oupa Makena
Guys wanted to ask what is name space std that is used before main ()
c++
0 Voto
2 Respostas
5th Jul 2017, 2:33 AM
Akshay Iyer
What should i do to terminate the main () while calling it from main in C language
c
functions
main
recursion
2 Votos
2 Respostas
23rd Jun 2017, 9:06 AM
Itz_me_sandy_
what is the output put of the following program? int main () { int x=5; static int y =x; prinf("%d", y) ; }
5
error
garbage
3 Votos
4 Respostas
10th Sep 2019, 5:17 PM
Vaibhav Karma
How to select specific Value in row from fetch_assoc () used to get a variable..?
fetch_assoc
0 Voto
1 Resposta
20th Feb 2019, 5:33 PM
Ashok K
What is the logic of using the exit () function and the goto statement in a program? How safe is it? how to use it?
c
exit()
goto
10 Votos
2 Respostas
7th Mar 2020, 2:25 AM
José Cleto
#include<iostream> using namespace std; int main () { int a,b; int sum=a+b; cout<<"enter a number"; cin>>a; cout<<"enter another number"; cin b; cout<<" sum is"<<sum<<endl; return 0; }
c++
variables
1 Voto
17 Respostas
20th Jun 2016, 7:19 AM
Amrisha singh bhadoria
RUS: int *p = new int(); Что делает значение в скобках? И где можно это применить?
()
c++
help
new
0 Voto
8 Respostas
9th Sep 2018, 12:40 PM
FeatheredEmperor
in python 3 i don't understand This ((True == False) or True) please give we some examples also.
()
false
true
1 Voto
1 Resposta
10th Jun 2019, 5:14 AM
Rupak Barman
What is difference of void main() and int main()
()
int
main
void
2 Votos
3 Respostas
6th Mar 2021, 4:03 PM
Fahad Ahamed
How to assign NONE value (if key is not in dictionary) with „Book not found“ using get () method?
get()
python
0 Voto
1 Resposta
4th Dec 2020, 8:01 PM
Meerim Jeembaeva
Can someone give me a simple explanation of this function () and what is the different with (self)
def()
def(self)
0 Voto
2 Respostas
18th Oct 2019, 11:05 AM
Jessica Prajnadewi
print ("ingresa tu nombre") saludo = "Hola" nombre = input () print(saludo +" "+ nombre) print ("ingresa tu edad") edad = inpu
python
0 Voto
5 Respostas
2nd Jul 2018, 10:47 AM
3nzo
while we create a new object v use () at the end of the class name y do v use that
classes
java
objects
-2 Votos
7 Respostas
28th Jul 2016, 1:47 PM
Nitin Varghese
Please explain different () and [ ] and {} in PHP ? (i want answer not a link)
php
1 Voto
2 Respostas
19th Aug 2017, 4:27 PM
Sarifudin Z
create a GUI application to accept a string and display it in reverse order using the substring () method
java
0 Voto
3 Respostas
30th Aug 2016, 5:59 AM
ranjeet
import { useEffect, useState } from "react"; import RestaurantCard from "./RestaurantCard"; const Body = () => { const [listO
js
react
0 Voto
1 Resposta
10th Jan 2024, 9:55 PM
Abhishek Singh
Give and explain the output of the following? int main () { int i, n = 4; for (i = 0; i++<n; i++) cout<<i<<"i"; }
c++
loops
2 Votos
9 Respostas
20th Jun 2016, 3:12 PM
Rashad
Could you put a rand for the seed inside of a srand? Like this maybe? srand ( rand () );
rand
srand
0 Voto
2 Respostas
5th Jun 2018, 2:46 PM
Fizzleburn
what is the output of following program type def int integer # define int chat void main () { int i= 65; int *ptr = &i; int *j =
def
defi
following
int
integer#
of
output
programtype
the
whatis
-1 Voto
10 Respostas
29th Sep 2021, 6:39 AM
Abubakar Sk
Is it important that java program should have main () method??is it possible that program may run without main()
java
1 Voto
2 Respostas
20th May 2017, 4:06 AM
harshita koshta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
4
5
6
Próximo >
Quente hoje
Help please?
3 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
SQL practice
2 Votes
Game development
0 Votes