Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
How to pass a matrix as parameter in C++
arrays
c++
dynamic
function-arguments
parameters
4 Votes
8 Réponses
23rd Jan 2019, 10:21 PM
Eduardo Perez Regin
How do i use a function sort of like a class, to get access to the functions parameters explicitly without calling the function?
python3
1 Vote
9 Réponses
20th May 2018, 5:44 PM
HumbleByNature
Please explain me about CLASS COMPOSITION.,USING POINTERS AND '&' IN CLASS' s PARAMETERS and and different types of constructer
classcomposition
classes
pointers
2 Votes
3 Réponses
11th Feb 2018, 3:38 PM
Anmol Batra
Multidimensional Array Initialization C#
arrays
c#
initialization
multidimensional
parameters
3 Votes
15 Réponses
2nd Jun 2019, 12:36 AM
Gavin
How to get a placeholder for lists? I'm trying to create class instances but one of my parameters is a list of lists.
classes
exec
objects
1 Vote
6 Réponses
27th Apr 2020, 8:55 AM
Catherine James
Are you a programmer?
methods
parameters
ruby
0 Vote
5 Réponses
28th Dec 2016, 6:26 PM
Feliphe Allef
I don't get how the following code produces 3 even when a single increment has been set. That's not the case with other values.
functions
javascript
parameters
2 Votes
2 Réponses
10th Nov 2021, 9:39 PM
Mohammed Qaif Gaffar
Turning program into reusable function in C help???
c
functions
parameters
1 Vote
2 Réponses
8th Jan 2020, 12:28 AM
Shay Christensen
Manipulating Function
function-arguments
functions
javascript
parameters
3 Votes
7 Réponses
1st Sep 2020, 1:25 PM
Ibrahim Yusuf
Does the str() function in Python will take all types of objects as parameters or only the Strings?
python
3 Votes
1 Réponse
25th Nov 2017, 2:43 AM
sai chander
I am get error in this line. I.e not enough actual parameters for macro 'max'. Can anyone help me.
c
c++
error
macro
max
1 Vote
2 Réponses
15th Jul 2018, 9:21 AM
Hardik Ranjan Srivastava
Differences between parameter & argument? Please.
function-arguments
parameters
python3
1 Vote
4 Réponses
6th Jan 2018, 7:45 AM
Antonio Oliver
Write a function that takes two number as an input parameters and return the least common multiple.
yeva
-3 Votes
2 Réponses
10th Oct 2019, 2:14 PM
nishant kumar
Is there a way to use void pointers to make a function that can have any structure parameters ?
c
struct
structs
0 Vote
2 Réponses
10th Jul 2020, 12:26 PM
Alan
Is there any difference between a function's parameters and its argument in c++? Or they both are same?
c++
function-arguments
functions
0 Vote
3 Réponses
16th Jun 2017, 7:00 AM
Vaibhav Goswami
Whats is the difference between
c++
function-arguments
parameters
4 Votes
2 Réponses
21st May 2017, 5:08 PM
MUʜAMMED ɪʟʟYAS
How can i dynamic allocate memory for a matrix with rows and columns parameters given by the user?
c++
dynamic
matrix
memory
0 Vote
2 Réponses
5th Apr 2018, 2:01 PM
Bruno Ribeiro
Why is x =5 and not x =4?
methods
parameters
ruby
0 Vote
3 Réponses
17th May 2017, 12:31 PM
Cristina Costa
How to write and invoke functions that take parameters?
c
functions
parameters
1 Vote
2 Réponses
29th Dec 2019, 10:47 PM
snowflakenrgy
I want to send 3 parameters in an URL to an PHP Script but my code produces an invalid assignment left-hand side error(URL)
js
parameters
php
url
2 Votes
4 Réponses
22nd Jun 2018, 10:47 PM
hans
[Solved]How to take default value of a?
default
javascript
js
parameters
5 Votes
2 Réponses
11th Nov 2018, 8:11 PM
Roneel
what will be output is function with same parameters and same return type is used in derived class
cpp
inheritance
2 Votes
1 Réponse
4th Aug 2017, 4:01 PM
Siddharth K
What does the below mentioned function do? Does it have any parameters and if it does, what are they what do they mean?
cin.ignore()
2 Votes
2 Réponses
4th Jul 2018, 7:55 PM
Victor Maoya
A program to determine the area of a rectangle while passing parameters by reference using the width as the only pointer
*
-1 Vote
3 Réponses
20th Feb 2020, 9:26 AM
Peter Njenga
Calling functions with objects
classes
functions
objects
parameters
0 Vote
8 Réponses
15th Jul 2018, 3:57 PM
bklevans
Please can answer my question:
c
code
parameters
syntax
0 Vote
5 Réponses
24th Nov 2020, 9:10 PM
Amal Gil
Ruby method - How Fill the blanks to create a method that takes optional parameters and outputs the squares of its parameters:
method
optional
parameters
ruby
2 Votes
1 Réponse
11th May 2020, 8:54 PM
Андрей Рыбаков
Why do we need * eval() *method in javascript when we can just use the parameters declared in the function?
javascript
web
0 Vote
3 Réponses
28th Nov 2017, 5:19 AM
Damilola Daramola
Fill in the blanks to declare ''People's'' constructor, taking two parameters and initializing its private members: name and dat
c++
classes
-5 Votes
4 Réponses
20th Apr 2020, 6:09 AM
malliga murugan
Define a function called "Division" with two parameters and return type float, which divides the first parameter with the second
int
main
0 Vote
2 Réponses
10th May 2018, 7:17 AM
Mwesigwa Jovan Jonathans
How set default value to method paramenter in java
java
methods
parameters
1 Vote
2 Réponses
16th Mar 2017, 6:07 AM
Mahmood Ali
How to chose right computer (laptop) for programming? *still open*
choice
computer
how
laptop
notebook
os
parameters
perfect
26 Votes
22 Réponses
8th Jun 2017, 6:13 PM
Angelina
C# Get that discount. Why is the Code not working?
c#
discount
parameters
0 Vote
2 Réponses
9th Nov 2022, 4:33 PM
Charles Mwaniki
Is it possible to state a function with different number of parametrs in JavaScript?
functions
javascript
parameters
1 Vote
2 Réponses
23rd May 2017, 4:33 PM
Gaurav Garg
how to access argument/parameters?
argument
functions
javascript
multiple_parameters
parameters
5 Votes
6 Réponses
20th Sep 2021, 7:17 PM
KAZI MD SHAKIB HASSAN
"Constructor have no explicit return type." What does it mean?
constructors
java
parameters
return
0 Vote
4 Réponses
9th Dec 2018, 8:55 AM
MsMiyuna
Since missing parameters are assigned as 'Undefined' would that cause 'Null' to be output if trying to document.write() the undefined parameter?
functions
javascript
0 Vote
3 Réponses
13th Jan 2016, 2:03 PM
KL Brey
Java Parameter Help (variable name instead of value)
java
name
parameters
value-types
variables
2 Votes
6 Réponses
22nd Jun 2018, 1:34 AM
Andre Daniel
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 Vote
2 Réponses
5th Mar 2017, 11:49 PM
Artem
Solution for "Sorry! It seems something went wrong on our end!" message.
java
method
methods
parameters
0 Vote
2 Réponses
6th Dec 2022, 3:55 AM
Kavindu Pathirana
Questions about the 'out' functionality?
methods
out
parameters
0 Vote
1 Réponse
21st Aug 2018, 3:05 AM
Joshua Kersey
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 Vote
2 Réponses
7th Jun 2017, 2:03 PM
Vidul Goenka
When there are default values for both parameters but there is only one argument provided, how do i know which parameter it it means to feed?
methods
parameters
ruby
0 Vote
2 Réponses
7th Feb 2017, 4:21 PM
yuxme
What's the difference between optional and required parameters?
c#
methods
parameters
0 Vote
2 Réponses
12th Dec 2016, 12:43 PM
Scott
Is arguments and parameters same in a function in c ++? If they are, then how? And if they are not, then how?
c++
functions
0 Vote
2 Réponses
25th Jul 2019, 3:11 AM
Merlyn J
What is difference between argument and parameters.
arguments
parameters
python
sololearn
2 Votes
3 Réponses
16th Mar 2018, 10:20 AM
Maninder $ingh
Is there a limit on parameters?
functions
javascript
parameters
0 Vote
2 Réponses
4th May 2016, 2:38 PM
Daniel Lim
Why [] symbols are used in parameters of general notation of any thing in JavaScript for eg 'new RegExp(pattern[, flags])'??
[]
es6
javascript
parameters
squarebrackets
0 Vote
1 Réponse
15th May 2020, 7:01 AM
Utkarsh Dhiman
I have to implement getglyphoutline an api function with gdi32 dll. Can anyone help with the parameters that are to be passed
c#
1 Vote
2 Réponses
15th Jun 2017, 4:35 AM
Catherine
I don't understand what the function of the start and stop parameters when programing a drawing for a circle on a canvas
css
html
javascript
2 Votes
1 Réponse
20th Jul 2016, 12:51 AM
Ozii
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
5
6
7
Suivant >
Aujourd'hui en vedette
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
I’m new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes