Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
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 Votos
2 Respuestas
20th Sep 2017, 4:28 PM
dhiman mishra
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 Votos
2 Respuestas
20th Sep 2017, 4:09 PM
dhiman mishra
when I try to compile ExampleProgram.java, Cmd just gives me my dir again...can someone explain & help me get pass this? thanks
java
1 Voto
2 Respuestas
6th Dec 2016, 2:27 AM
Wayne Porter
if we will not define the parameters when creating a function so can we pass the corresponding arguments when the function is ca
c++
functions
0 Votos
3 Respuestas
20th May 2017, 10:04 AM
Paavan Gupta
Can't we use both finally and raise in the same block of code?
except
finally
pass
python
raise
try
0 Votos
2 Respuestas
9th Apr 2019, 12:59 PM
paperinflames
Take a string "i,am,in,,navgurukul" Iss string ko dual koma ke pass se split krna he so how to split this string
data-types
python
-1 Voto
2 Respuestas
9th Jan 2019, 12:08 PM
swati joshi
write program to enter the degrees of student in 5 exams and find the average and print level If deg<50 fail If deg>50 pass
c++
-1 Voto
2 Respuestas
6th Jun 2020, 12:03 PM
نبأ حلمي محسن
How do I plan to solve problem as web?
!
5%
only
pass
will
-1 Voto
1 Respuesta
26th Apr 2020, 10:20 AM
Philip Kong Gilo
I want to know whats the use of MyDict class do it matters, If we inherit and pass the class? And from where the content method
django
python,
python3
1 Voto
2 Respuestas
22nd Oct 2018, 5:54 AM
Amrish Mishra
Can somebody tell me how to move shape in SFML because i tried the move function but when i pass values to it i saw a blank scrn
c++
sfml
0 Votos
3 Respuestas
25th May 2020, 2:15 PM
Harsh Jain
How to pass a value by reference to another function without creating a class or an instance of a class in java?
java
parameters
reference-types
0 Votos
2 Respuestas
7th Jun 2017, 2:03 PM
Vidul Goenka
How to pass an array of structures as an argument to a function in C? Also how to return an array of structures from a function.
c
0 Votos
2 Respuestas
19th Sep 2018, 5:47 AM
Sri Harsha
Cam someone clearly explain why 'int &x' takes the value of a not 'int x'
by
c++
pass
pointers
reference
swap
1 Voto
2 Respuestas
9th Mar 2018, 8:46 AM
Neeraj Jadhav
How to pass selected html as argument in function present in add event listener in js sothat user defined function canbe reused
addeventlistener
function-arguments
js
0 Votos
1 Respuesta
19th May 2022, 4:01 PM
Srishti Jaiswal
Why its shows error while try to pass the value as normal interger a and b into the function update instead of passing ptr var?
pointers
0 Votos
1 Respuesta
25th Apr 2019, 5:46 PM
Sudha
when we create our own exceptions in python can we invoke them as automatically as predefined errors are invoked what code should we write except pass to do so
exceptions
python
1 Voto
4 Respuestas
6th Jul 2016, 12:27 PM
Vansh Batra
I'm not getting how to give the value to the size of array in main method?????.and how pass array value...findNumber is static
java
0 Votos
1 Respuesta
11th Dec 2017, 7:25 AM
Zameer shaikh
find simple intrest. ask value of P R N from the user and pass in to the function and receive an answer.
c++
0 Votos
1 Respuesta
13th Dec 2017, 2:12 PM
RUTVIK JOSHI
In android studio my app keeps crashing whenever I try to pass data from one activity to next. Please help talented coders.
0 Votos
1 Respuesta
24th Nov 2016, 6:42 PM
Allan Erissat
function that searches for a number in a list of number. Pass the list and number to be searched as arguments to the fun
n
1 Voto
1 Respuesta
29th Mar 2020, 3:12 PM
hafizakomal shaik
Why my code challenge "How much Vroom" doesnt pass the test case no 2 and 5? Moreover, I have not been added input=input * 10
c++
classes
0 Votos
1 Respuesta
5th Jan 2023, 1:47 AM
Oliver Pasaribu
How to pass an array using call by value ? { I have declared an array locally in main and don't want its value to be modified by some other function}
c++
2 Votos
4 Respuestas
13th Sep 2016, 6:31 PM
Simant |Kingpin|
when there are 2 default arguments defined for both parameters of method, is there a way to call this method and pass it argumen
methods
parameters
ruby
0 Votos
2 Respuestas
5th Mar 2017, 11:49 PM
Artem
please tell me what do you mean by the flowing line"If you pass more arguments than are defined, they will be assigned to an arr
parameters
0 Votos
1 Respuesta
27th Nov 2020, 3:52 PM
Ashikur Rahman
I want to pass an average to a function. When I use in the main printf with %d I get the average but if I use %f I got 0.Why? Tk
advise
average
c
0 Votos
4 Respuestas
10th Jan 2019, 6:32 PM
Maria
I am very weak in programming and have exams after 2 months plzz suggest tje tips to learn so i can pass the exam what to do?
2
after
am
c++
exams
have
help
i
in
months
please
programming
to
very
weak
what
0 Votos
3 Respuestas
28th Dec 2016, 4:25 AM
Atharva Kulkarni
Hello ,how i can insert variabl empty in my db my example ↓ i want to let pass and email empty ! How i can do that please help
operators
0 Votos
3 Respuestas
13th Jun 2018, 5:22 PM
Ahlam
When i pass an object like this; for example: SomeMethod(this); How i do point to this object inside body function?; like "this" too?
c#
this
0 Votos
1 Respuesta
27th Apr 2016, 7:08 PM
Daniel Jaimes
Build a filter func tat takes list ,function as input and returns list of only those items wch pass specified condition in func
functions
lists
0 Votos
1 Respuesta
5th Mar 2017, 5:23 AM
charumathi.n
Is it possible to read from an input field with JS and write it into a file with PHP? Can you pass a var from one to a other?
files
javascript
php
variables
1 Voto
2 Respuestas
8th Sep 2019, 2:53 PM
Greg D
Write a function that searches for a number in a list of number. Pass the list and number to be searched as arguments to the fun
!
1 Voto
1 Respuesta
29th Mar 2020, 3:37 PM
hafizakomal shaik
If i want to take input from user and according to that i want to show that person is fail or pass then what i have to do.
else-statements
1 Voto
1 Respuesta
17th May 2019, 4:42 PM
Ravi Henry
can anyone help me with this code i C# ,, my output identical with expected output but its gives me error and i cant pass to the
c#
0 Votos
1 Respuesta
10th Nov 2022, 12:23 PM
ahmed mohsen
If i was reading a text file in a previous function and made a list, how can i pass that list to a different function in order to be read and open it?
function-arguments
functions
python
python3
1 Voto
2 Respuestas
19th May 2017, 1:02 AM
Beck
If the parameter value is destroyed upon exit, then if we pass an local argument as parameter and whatever changes we to it inside the maethod would not be saved ?
c#
methods
0 Votos
2 Respuestas
9th Aug 2016, 12:30 PM
Antony Stinil
Who among of you, here in the Philippines, have taken yet programming NC1V?
assestment,
how
in
nc4
pass
philippines
programming
the
tips
to
0 Votos
1 Respuesta
18th Oct 2017, 7:35 AM
Michael T. Denum
Basic coding.
2,
am
but
dont
i
know
level
pass
teying
to
0 Votos
2 Respuestas
17th Jan 2018, 3:30 AM
Anhtuan
Can somebody help me making a script which converts a txt file into an xml file Logic should be something which has a loop running which reads if 'pass' in line: then print testcase name: "",class=pass if pass or fail if test case fails.
bat
jenkins
python
xml
0 Votos
1 Respuesta
31st Jan 2017, 6:26 PM
Rahul Goyal
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
11
12
Siguiente >
En tendencia hoy
Someone can help me
2 Votes
What's wrong with this?
2 Votes
HTML community, HELP!!
2 Votes
X velocity
0 Votes
Files not linking in C++
0 Votes
I am a super beginner
0 Votes
Web Dev
0 Votes
I want to make a triangle area calculator ,anybody can teach me
1 Votes
Img & web server or personal info
0 Votes
Pls give me an idea
1 Votes