Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
How to convert a 12hr format to 24 hr format using c function.
c
0 голосов
2 ответов
4th Feb 2023, 2:04 PM
Durjoy Kumar Saha
Anyone plz give me idea to reverse string in python using spell() function.
.
0 голосов
1 ответ
21st Jan 2023, 9:52 AM
Raju Khadka
Can anyone help me to understand this function. I am not able to get it
input
output
python
1 голос
3 ответов
9th May 2018, 8:02 AM
Satish
Guys can someone please help me with a detailed explanation of input function. I don't really get it
input
output
0 голосов
8 ответов
9th Jul 2020, 11:03 AM
Nathaniel Amoah-Bimpong
I want to calculate length of each string contained in string array without using length function.
arrays
c++
iteration
loops
0 голосов
5 ответов
21st Mar 2022, 5:44 PM
Muhammad Talha Atif
Can you pass PHP super global variables as arguments in a function.
php
super_global_variable
0 голосов
1 ответ
9th Nov 2022, 7:05 AM
socka
Still not understanding what exactly <iostream> is, like on its function. ELI5?
c++
0 голосов
1 ответ
12th Jul 2016, 6:31 AM
JustSomeGuy
Does lamda saves execution time or memory..? Why we use it instead of normal function.
lambdas
python3
0 голосов
2 ответов
20th Mar 2020, 7:40 PM
Kafeelur Rahman T K
I have error line 33. I want to submit button. I do the test in function. Thanks you sir.
button
function.
submit
with
0 голосов
2 ответов
1st Oct 2021, 5:01 AM
Malick Diagne
In my c++ assignment my teacher asked me questions like that :- Explain function overriding using friend function.
c++
overriding
5 голосов
3 ответов
16th Dec 2020, 5:30 AM
#Abhiii007☑️
How to pass dictionary as an argument of function and how to access them in the function.
dictionaries
functions
python
1 голос
5 ответов
6th Oct 2016, 11:27 PM
Rohit Kumar
Can anybody help me fixing this code, I am tryin to return an array from a c++ function.
arrays
c++
error
pointers
return
1 голос
7 ответов
23rd Dec 2020, 8:44 PM
Saeed Alqassabi
Can someone debugg the code for me. Its about "void" function. Qn. Make a chat bot & take username as input & output greetings
c++
programming
0 голосов
12 ответов
14th Jan 2023, 11:10 AM
Alex Boso Nzaphila
Can I pass arguments to the main function. And can I pass default arguments to it
c++
0 голосов
5 ответов
23rd Apr 2019, 2:43 AM
MOIN KHAN
Having a conversion error in my function. I want to reuse it to find array lengths.
arrays
c++,
error,
functions
int
sizeof
strings
0 голосов
6 ответов
9th Dec 2017, 3:55 AM
Lysis
Hello. I don't in understand clearly about returning from function. Could you explain me more?
functions
python
3 голосов
2 ответов
29th Aug 2016, 1:21 AM
MA DUONG
why is this model (style=fill:green) used when something like (fill= "green") still performs the same function.
html
html5
svg
2 голосов
4 ответов
3rd Jul 2016, 7:42 PM
Dan-Awoh Emmanuel
wap in c to input a number and check whether the number is even or odd using function.
question
-1 голос
7 ответов
27th Nov 2020, 1:03 PM
bijay
Is it possible to write a function that delete a element from string without built in function.
any
challenge
functions
inbuilt
javascript
without
2 голосов
2 ответов
17th Apr 2018, 3:35 PM
Sharry Brar
It is showing unicode error when I use open function. what it means?
error
file
open
unicode
unicodeescape
0 голосов
1 ответ
29th Nov 2017, 2:23 PM
Hasim Navsariwala
PLEASE SOLVE THIS ONE . BUT YOU CAN ONLY USE THE CONCEPTS OF IF-ELSE , LOOPS AND FUNCTION. DONT USE POINTERS ARRAYS OR RECURSION
c
0 голосов
10 ответов
1st Nov 2022, 4:15 PM
Ashish Raj
Fill in the blanks to take the numbers from the list while they are even, using the takewhile function. from itertools t
[2
=
4
6
7
9
from
itertools
nums
takewhile
1 голос
6 ответов
12th Jul 2018, 10:28 AM
Patrick Mita
Pls I don't understand how this recursive function works. I mean the odd and even function. I can't get the logical view.
recursion
1 голос
2 ответов
21st Nov 2018, 6:31 PM
Borode Ayomikun
is it neccesssary to use the same formate as we taken in the function.
javascript
objects
0 голосов
2 ответов
14th Dec 2016, 1:30 PM
HARISH BATTULA
Can anyone look at my template and tell me what I'm doing wrong? I want to call the first function from the main function.
python
0 голосов
15 ответов
12th Jun 2020, 3:56 AM
John Perez
[challenge] code for finding the square root of a given number without using sqrt function. Exact root required... Precision 3
c++
css
html
java
jquery
php
python
sql
2 голосов
8 ответов
3rd Dec 2017, 6:14 AM
Hemanth Varma
Does needing an input make it possible to define functions after the main function.
c++
0 голосов
1 ответ
25th Jan 2017, 4:30 PM
emily gilespie
Why we use datatypes before the main() function. What is difference among int main() and void main() and float main()
c
1 голос
4 ответов
4th Aug 2022, 12:19 PM
Suraj Joshi
Can someone please explain colspan to me in more detail. I'm afraid i do not fully understand it's function.
tables
1 голос
6 ответов
12th Mar 2018, 4:07 PM
Howard Brindley
How to get Python on Galaxy S4? Python Interpreter App doesn't allow print () function.
python
0 голосов
2 ответов
10th Aug 2016, 2:01 AM
Hunter Keenan
I want to make a calculator by definining function. Can you help me to fix the problem?
python3
1 голос
3 ответов
15th Dec 2017, 12:16 PM
Aritra Roy
What's wrong with my code? It seems to me that the nature variable isn't being changed by the find_root function.
problem
python
2 голосов
2 ответов
2nd Sep 2022, 3:44 PM
Junior Coder
Can't be address of a pointer use as random seed for srand() function. And how ?
numbers
random
srand()
0 голосов
1 ответ
24th May 2020, 8:47 PM
Shubham Maurya
Void doesn't return a value for a function. Then where does the need of such functions come that doesn't return a value?
c++
functions
void
4 голосов
7 ответов
18th Oct 2016, 2:05 PM
Jaya
How to make a program using function?? And what is the difference btw in main and function.
c++
else-statements
0 голосов
3 ответов
5th Nov 2016, 5:13 PM
saijal sinha
In Java , why cant the main method be called inside the main method ? Like a recursive function.
java
main_method
0 голосов
4 ответов
15th May 2017, 5:07 PM
cool_boy12344
Write a Python program that sorts three integers. The integers are entered from user using input function.
python
1 голос
2 ответов
12th Nov 2017, 6:40 AM
Belal channel
I get a SyntaxError: can't assign to operator error in a max() min() function. What did I do wrong?
function-arguments
functions
python
python3
0 голосов
2 ответов
28th Jun 2020, 6:12 PM
Elias Kamakas
Why do we write "return 0;" and not anything else (for example NULL) after the int main() function. And if I wanna return exactl
c++
function
main
return
8 голосов
4 ответов
29th Oct 2016, 11:30 AM
Rebeka Asryan
One more problem in Create a FUNCTION. How to create a function,pass parameter and return value? Please tell me
functions
python3
2 голосов
1 ответ
23rd Jun 2019, 9:13 AM
MADHUBAN
How do count Affect the function. What is 0 and 1. Is this just INDEX or just counting number like WHOLE NUMBER.
count
if-statements
loops
1 голос
5 ответов
29th Jan 2021, 10:48 AM
We Doru
Please can someone create a code in jscript that sets a countdown timer and when the timer reaches 0 , it executes a function.
javascript
4 голосов
3 ответов
6th May 2018, 6:15 PM
Chidera Melvin
I'm not able to retrieve the value defined in the function. It's failing. Have I missed something?
functions
0 голосов
1 ответ
25th Sep 2018, 6:55 AM
Sindhura Sweety
I'm getting a maximum recursion depth error for a function. What does this mean? How can I mitigate the problem?
python
1 голос
3 ответов
13th Sep 2016, 3:03 AM
Gurtej Singh
If i have assigned two functions in one button and i then called each function. Why is the second function only working?
javascript
0 голосов
6 ответов
30th Jan 2017, 10:41 AM
Claire
"a fruit. a vegetable. a drink" . Change the 'a' to 'the' without using replace function. And use split function
python
-1 голос
2 ответов
15th Jul 2021, 2:02 PM
C_Vijay
Any one help me please, Why I can't able to store the String, into the array of String by using split function.
arrays
functions
java
1 голос
2 ответов
8th Oct 2021, 4:20 AM
No Mercy
Which one is better with reference to having an optimally functioning compiler in C++? Inline function or Not-inline function.
c++
classes
inline
oop
0 голосов
2 ответов
18th Oct 2018, 2:38 AM
Manasa Batiwale
Write a function namely multiply of type int that takes two arguments of type int then call the function in main function. The
jj
-3 голосов
5 ответов
25th Jan 2021, 5:40 PM
Suhail
Good morning sir. I want to display return print in variable. I have two arguments in print function. variable set to none. Than
none
print
result
set
to
-1 голос
4 ответов
26th Nov 2021, 6:52 AM
Malick Diagne
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
2
3
4
Следующий >
Актуальное сегодня
overloading operators << >>
1 Votes
how does this code function?
2 Votes
.
1 Votes
My question is about python?
0 Votes
.
0 Votes
Default constructor and default assignment operator
0 Votes
Where is my badge?
1 Votes
i need to learn Coding
0 Votes
Who is the best one in html can find for more comprehension
2 Votes
Quiz duel
0 Votes