Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Can we use multiple time to return multiple value of different variable in one function
c++
return
1 Vote
2 Answers
20th Feb 2019, 11:37 AM
Dash
In which case do we use 2 colons i.e. [::] in list function ? Is this what we call stepper ?
python3
0 Votes
5 Answers
27th Jun 2021, 10:26 AM
Sanchit Bahl
Is passing void as a argument to a function same as not passing any kind of arguments in C programming?
c
2 Votes
3 Answers
28th Jun 2021, 6:05 PM
Aswin Kumar S
Write a function for evaluating the area of rectangle having sides a and b. Both sides and area should be taken in float values
c++
float
1 Vote
10 Answers
26th Jan 2018, 12:19 PM
Prakhar Jain
What am I missing here...? Answered! Thank you everyone. You are incredibly fast in answering my questions!!
bool
c++
function
number
palindrome
2 Votes
4 Answers
16th Dec 2020, 12:00 PM
The_Fox
We know the pre-defined function str_repeat();. Now how to make our own user defined function that works exact same as str_repeat. For eg str_repeat("John ",10); ( this will print John 10 times ). Help will be appreciated .
functions
php
0 Votes
5 Answers
9th Aug 2016, 2:36 PM
Sajen "The Empathy"
Window.onload = () => - why won't this work? (JS)
css
function
html
javascript
not-working
variables
web
why
3 Votes
6 Answers
3rd Jul 2019, 8:28 PM
Ginfio
Help
c
code
function
program
0 Votes
3 Answers
23rd Mar 2020, 8:17 PM
Oussama Mouh
[Help needed] Javascript practise - currency converting
currency
function
js
practise
1 Vote
2 Answers
9th Aug 2021, 11:05 AM
Kaemyll Selendaer
Im confusing. I wanna ask that Ruby methods are like functions ? Also is there function in Ruby ?
functions
methods
ruby
4 Votes
3 Answers
6th Jun 2017, 11:01 AM
Halil İbrahim Keçeci
What does f(31415927) return, for the following function definition?def f(x): d=0 while x > 1: (x,d) = (x/2,d+1) return(d)
python3
0 Votes
4 Answers
16th Feb 2018, 3:16 AM
I Am a Baked Potato
Please pals am still a toddler in programming, please can someone explain the function of (range) for me please.
range
3 Votes
2 Answers
12th Mar 2018, 9:11 PM
Victor Nwosunneji
I am looking for a function that find A numbers in B range that sum to C Ex: B =5 A =3 C= 8 Output: 1 2 5 1 3 4
c++
python
python3
1 Vote
8 Answers
1st May 2021, 1:45 AM
Emad
is there any pre-defined function in java to input an equation and find it's value by substituting an integer value? //for exam
java
0 Votes
4 Answers
21st Feb 2020, 12:55 PM
Tech Duke
Write a function named "reduce" that takes two positive integer arguments, call them "num" and "denom", treats them
c++
0 Votes
3 Answers
17th Apr 2018, 7:25 AM
Mofumadi Lerato
even number=list(range)(2,11,2).why range function takes third argument in range or step size starting from 2 not 1.
cpython
python3
0 Votes
2 Answers
10th Jan 2023, 8:54 AM
janvi vashistha
Can anyone explain me the purpose of this line in splay tree function in c++
.
0 Votes
2 Answers
24th Nov 2018, 2:05 PM
Hamna
What is the function of datetime, str, and timedelta? How this works?
python
0 Votes
1 Answer
20th Apr 2018, 12:12 PM
Tincture
Assuming the class COLLEGE,write a function in C++ to perform the following.
c++
challenge
learntogether
0 Votes
1 Answer
14th Nov 2017, 3:39 PM
Geoffrey N Agwata
Don't you think friend function makes private member vulnerable towards data security?
c++
classes
friend
0 Votes
1 Answer
2nd Nov 2017, 1:59 AM
Ankit Kumain
Is this possible to implement code with two main function in Java?
c
code
functions
java
main
two
0 Votes
1 Answer
30th Jul 2017, 8:01 AM
Avijit Mondal
Does the Html() function recognize the <a><a/> elements when used for buttons?
html
html5
javascript
jquery
0 Votes
1 Answer
5th Aug 2018, 11:04 PM
Thabo Roy
What is the function of case-sensitive and case-insensitive in php constant ?
php
0 Votes
1 Answer
17th Mar 2022, 5:00 PM
Muhammad Abdulmalik
Why we are executing the function names despite having the consol.log() statement?
function
functionname
js_es6
var&let
0 Votes
1 Answer
28th Aug 2022, 6:49 AM
Riyad Rahman [π©]
I gave 3 arguments to function and it sad I gave 4.
__init__
classes
python3
0 Votes
1 Answer
11th Jun 2017, 5:39 PM
Superior
Do all function methods work if you actually write out the actions?
functions
python
0 Votes
1 Answer
22nd Mar 2017, 7:27 PM
Ivan
What is the advantage of static function and where it will useful???
static
0 Votes
1 Answer
12th Mar 2017, 3:02 PM
Swamy Kanuri
I want to build a function the output should look like this:
python
0 Votes
1 Answer
19th May 2017, 2:16 PM
lars
What is the difference between method in C# and function in javascript?
c#
functions
javascript
methods
1 Vote
1 Answer
10th Nov 2017, 9:24 AM
mahmoud alipour
Is there a function for string difference? If yes, is it '-'?
python
-1 Vote
2 Answers
5th Aug 2017, 6:06 AM
Matthew Li
How to passing string array from function to main() by references [c++]
array
c++
reference
1 Vote
1 Answer
2nd Dec 2017, 9:42 AM
Asyraf Ilias
What is member function and what is an example of non-member function?
c++
0 Votes
1 Answer
27th Dec 2016, 8:15 AM
Ka Yip
How i do for edit a variable of argument in a function
javascript
0 Votes
1 Answer
21st Feb 2018, 5:05 PM
Emmanuel David Angarita Quintanilla
Is there any difference between function pointer and pointer to function? Or both are same?
function
functionpointer
pointers
0 Votes
1 Answer
27th Jun 2021, 10:08 AM
sai_krishna
Nested functions
function
python
python3
0 Votes
1 Answer
3rd Jun 2020, 2:04 AM
Nigel George
How to make a function that removes duplicated items in a list using only for loop? Help me fix my code.
python3
0 Votes
5 Answers
11th Aug 2019, 8:31 AM
Beki Mehari
Please who can interpret this function (d) {return " " + d.date; } );
javascript
1 Vote
2 Answers
29th Nov 2016, 8:13 AM
Eze Ebuka
Can anyone tell me how to give a function to ab button in luascript?
code
learn
lua
luascript
1 Vote
2 Answers
19th Nov 2017, 2:17 PM
Ashish Gangwar
how to write a code in which compilation starts another function instead of main
cpp
1 Vote
2 Answers
22nd May 2017, 2:08 PM
LAKSHMI NARAYANA SANTHA
Is it possible to state a function with different number of parametrs in JavaScript?
functions
javascript
parameters
1 Vote
2 Answers
23rd May 2017, 4:33 PM
Gaurav Garg
Cosine(x)
c++
class
cosine
function
1 Vote
2 Answers
31st Dec 2020, 10:51 AM
🏐Volley
Using generators on string lists
function
generator
len
string
stringlist
0 Votes
4 Answers
28th Nov 2020, 10:56 PM
Karsa9Fingers
This code, modifies an array(argument) and returns that same array. Please explain unambiguously how the function does this.
function
javascript
javascriptfunction
reverse
reversearray
0 Votes
4 Answers
14th Aug 2018, 9:12 AM
Odus Obafemi
How can I write a function that load the given csv into a pandas dataframe of iris.csv file?
loaddata
pandas
python
2 Votes
1 Answer
5th Dec 2020, 8:43 PM
Gayane Chilingaryan
Fill in the blanks to define a function that prints "Yes", if its parameter is an even number, and "No" otherwise. even(x):
functions
python
-2 Votes
5 Answers
21st Jun 2019, 6:20 AM
Pooja Jadhav
In python while defyning a function is it not necessary to indicate argument type ,like int,str etc., That need to be passed
functions
0 Votes
5 Answers
8th Jul 2020, 1:13 PM
Chikkala Mohan
How can i write a function to count amount of uppercase "B" in a string using just one argument
functions
1 Vote
3 Answers
2nd Feb 2019, 2:38 PM
Udojike Nmesoma
Self-function that convert string into integer value
c++
function
math
string
0 Votes
5 Answers
23rd Dec 2017, 3:57 PM
Christopher Milazzo
Hello everyone, a question in HTML, what function has the <frame> tag and its derivatives?
html5
1 Vote
2 Answers
21st Mar 2018, 4:22 AM
JAAM
Please help solve this. Complete this function to either return "hello, (name)!" Or "Hello there!"
print
0 Votes
2 Answers
10th Oct 2017, 8:54 PM
Sky
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
98
99
100
...
124
Next >
Hot today
When your heart are gone
1 Votes
Hi im a begneer and i dont understand how to code if anyone whos smart replay
1 Votes
I dont know what i should do with java script
0 Votes
i want correct anwer code
0 Votes
Python question
1 Votes
Where do I find saved code?
1 Votes
I am a beginner here
1 Votes
Hello everyone, umm i downloaded this app today , and I am a bit confused about this
0 Votes
SVG Animation: Container Problems - Any Suggestions?
0 Votes
In data science, which part is easy to learn and which is hard, and why? Which part is most important to data science?
1 Votes