Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Ăquipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
I'm trying to make function that generates prime from range [n, 3n] but it's not working and I don't know why..
c++
code
math
0 Vote
1 Réponse
8th Dec 2022, 1:06 PM
Kamil Chojnacki
What is the use of the return function in c programming? How relevant can it get?why it is usually followed by 0 and not other?
beginner
c
question
0 Vote
2 Réponses
29th Mar 2022, 12:24 PM
Amanuel Nigussie
Use function and loop to get a number from user then the program print all the multiple table from0to12except the table entered
java
0 Vote
1 Réponse
15th Aug 2021, 8:23 PM
Programer A.H
What is the function of 'switched' and 'size-=1' in this bubble sort program? Can I just delete it if it's not important?
bubble
bubble_sort
bubblesort
c
c++
coding
help
sort
0 Vote
2 Réponses
27th Nov 2018, 10:20 AM
yasifa ana
It's not running where I'm making mistake and can someone help me to understand properly how to use main function in python
comments
compiler
error
functions
main
python3
0 Vote
1 Réponse
6th May 2020, 5:18 AM
Snehil Tripathi
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
write a function in JavaScript or python that takes an array of integers and determines if the array is Arithmetic or Geometric
javascript
logic
puzzle
python
1 Vote
2 Réponses
26th Jun 2017, 9:22 PM
Elijah Bobzom
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
can anyone tell me how the return type and function overloading in java done.... i dny knw abt return type pls help
java
1 Vote
2 Réponses
23rd Aug 2017, 1:29 AM
Sauvik Saha
Why this code doesnât work always?
c++
function
order
ordering
recursion
sorting
0 Vote
2 Réponses
13th Dec 2018, 6:36 PM
riccardo
Write a program with the function chkOdd() that takes one argument (a positive integer) and report if the argument is odd or not
function-arguments
python
-1 Vote
2 Réponses
17th Nov 2020, 9:13 PM
Prerna Keshkar
I want to make a function that searches my library.txt and returns a prinf output on whether the book exists within the file
c
fgets
program
search
0 Vote
2 Réponses
16th Dec 2018, 8:25 AM
Keith Owino
Can anyone tell my what is the problem in my code 'Safra'?
button
css
function
html
jquery
onclick
php
sql
4 Votes
4 Réponses
23rd Mar 2017, 1:52 AM
Kirollos Ayman
When we take input using for loop in array it scanf function uses '&' but without using for loop ,we use scanf '&' not require ?
c
0 Vote
2 Réponses
15th Nov 2019, 1:17 AM
Ankit Chaturvedi
Anyone know how to make a function parameter so that any stl container(vector, list, deque etc) can use it if we need to in cpp?
c
c++
cplusplus
cpp
0 Vote
2 Réponses
25th Nov 2021, 8:49 PM
Kareem Idris
Any one can explain this code what are all process has done in this code how the input it get & what mathematical function here
python
1 Vote
2 Réponses
1st Oct 2018, 12:46 PM
Raj J
Please can anyone help with the PHP inbuilt function to check if the client name is within the email or Gmail he want to Summit
php
0 Vote
2 Réponses
25th Aug 2020, 11:07 AM
Adeyemo Rasheed
/*Write a function Zero that will take a number as a parameter and return the number of zeroes and the number of remaining digit
c++
function-arguments
functions
0 Vote
2 Réponses
27th Dec 2020, 4:32 PM
Chaudhary Haroon Ali
How can i use html5 range to setimeout function with javascript with the time value displaying on the html page
canvas
html5
0 Vote
1 Réponse
24th Sep 2018, 11:09 PM
Avbara Godspower
Write a function POPBOOK( ) in C++ to perform delete operation from a dynamic stack, which contains Bno and Title.
{
};
*link;
bno;
c++
char
int
node
struct
title[20];
0 Vote
1 Réponse
8th Dec 2018, 7:10 AM
Utkarsh Singh
A member function can be declared static,if it does not access any non-static class members. Following statement are true&false?
p
1 Vote
1 Réponse
9th Apr 2017, 10:49 AM
prajapati piyush
Write a function to compute area of triangle. Sides are passed as parameter by the user. Area =sqrt(s*(s-a) *(s-b)*(s-c))
c++
0 Vote
1 Réponse
14th Jan 2017, 12:26 PM
Vaibhav kumar
Why it is said here that when passing an object to function it must be passes by reference ?
c++
classes
friend
0 Vote
1 Réponse
24th Jul 2017, 4:57 PM
Amit Sharma
Searching for a customer's bank account
c++
class
cpp
for
for-loop
forloop
function
functions
loop
1 Vote
4 Réponses
13th Apr 2020, 7:59 PM
Janna Al-Ward
Which type of error it will be, if any function or a pointer tries to make changes to the value of const variable?
c++
constants
error
type
variables
1 Vote
2 Réponses
19th Dec 2016, 5:14 AM
RSx
is it possible to set a dictionnaire for which the Key is a function ? i.e. Can we use dictionnary as Ă hashmap
dictionaries
python
1 Vote
2 Réponses
11th Aug 2016, 9:50 AM
Quentin
Is it possible to to declare a function which returns two parameters using out and also has a third parameter which is recieved?
c#
function-arguments
methods
out
1 Vote
2 Réponses
7th Jan 2017, 3:04 AM
Prashant Brahmbhatt
is it possible to write two values in one line in continue function in python's while loop??can anyone help me to solve this??
loop
python
python's
python'sloops
python3
whileloop
0 Vote
2 Réponses
3rd Apr 2020, 2:29 PM
HAMZA
145 is a curious number, as 1! + 4! + 5! = 1 + 24 + 120 = 145. Write a function to determine whether a given number is a curious
c++
1 Vote
3 Réponses
31st May 2020, 2:19 AM
Ja Asim
random?
css
function
html
js
random
web
0 Vote
2 Réponses
23rd Dec 2018, 5:55 PM
YeetusYeetus
Can someone helpe me solve this ? Need to see if am correct
completethe
editorsolvemefiirst
function
h
in
solvemefiirst
the
0 Vote
3 Réponses
16th Nov 2021, 12:11 PM
Adebowale
How to write a function grade that takes in the name of the student and return the Grade of the student as a string?
defined_variables
dictionary
python
0 Vote
2 Réponses
2nd Nov 2018, 8:30 AM
Nah Wei Siang
Write a python function to return the decimal value of 1)no. of positive no.2)no. of neg. no. to the no. Of elements in array
its
urgent
0 Vote
2 Réponses
17th Apr 2020, 5:03 AM
bhaskar bhowick
How can I count number of words in a sentence and total number of alphabets in the sentence?
alphabets
code
function
python
split
0 Vote
1 Réponse
15th May 2020, 11:02 AM
MITESH VATS
The input buffer stores '/o ' sign after using gets function but the computer isn't taking the next input in structures
c
language
structures
0 Vote
1 Réponse
28th Apr 2018, 8:29 AM
Sam
Je n'arrive pas Ă faire la function supr pour supprimer un caractĂšre a la fois. Si quelqu'un pouvait m'expliquer comment faire?
delete
html
javascript
js
supprimer
supr
0 Vote
1 Réponse
26th May 2019, 4:13 PM
Maxime Monnier
See the codes given below. Both shows the same output. Please tell me different between both code are function and =>
javascript
0 Vote
1 Réponse
8th Oct 2020, 4:55 AM
RD:programmer
What is the significance of and reason for wrapping the entire content of a JavaScript source file in a function block??
javascript
0 Vote
2 Réponses
21st Jan 2017, 4:27 AM
Susan Mizan
How can I add inputs from the user into an array in C# only by function and without using another variable??
c#
0 Vote
1 Réponse
29th Nov 2022, 12:24 PM
MOHAMMED ISMAIL S
Code help [Solvedâ]âïžđ
button
function
functions
html
javascript
style
styles
1 Vote
2 Réponses
26th Oct 2020, 3:54 AM
Jorge Ackermann
It seems like string has similar function of storing data in variable? What's the difference and how you use it?
data-types
javascript
0 Vote
2 Réponses
22nd Dec 2016, 2:20 AM
Marcus Foon
The srand() function is used to generate truly random number. Can anyone explain this just confuse a lot why this need in rand
c++
rand
1 Vote
2 Réponses
11th Aug 2017, 1:50 AM
Naresh
C++ 1D Array Program
1d
array
c++
function
rsr
shift_zeroes
-3 Votes
6 Réponses
4th Aug 2017, 4:45 AM
Rohit Singh Rawat
[solved]What's wrong in this?
bank
error
function
game
pyhton3
python
0 Vote
2 Réponses
13th Jun 2020, 12:51 AM
Mohammad Ansah Kuriyodath
help: this code uses json and js but it does not work
animate
css
function
html
js
json
1 Vote
1 Réponse
27th Feb 2019, 12:20 PM
Ahmad Ali
How many keywords and inbuilt function are there in JavaScript and is there a way we can add an inline JavaScript code in HTML
html
html5
javascript
website
0 Vote
1 Réponse
9th Sep 2022, 12:06 AM
Oyeniyi Isaac
What does the scope resolution operator '::' do in c++? Why do we have to use it while declaring the function outside the class?
c++
operator
resolution
scope
1 Vote
1 Réponse
21st Jul 2019, 7:41 AM
Merlyn J
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 Vote
2 Réponses
19th Sep 2018, 5:47 AM
Sri Harsha
I'm having trouble generating a random number
c++
cpp
function
game
integer
random
1 Vote
3 Réponses
26th Jul 2017, 8:21 PM
X-1
When using srand(time(0)) function in C program with for loop to print random numbers, what will be seed each time loop runs?
srand()
0 Vote
2 Réponses
1st Mar 2017, 1:14 PM
Shubham Gupta
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
117
118
119
...
124
Suivant >
Aujourd'hui en vedette
How to properly reverse a string in python
5 Votes
Using Python on VScode
2 Votes
Python Developer
0 Votes
hi my coding instor told me to make a calculator that find the average of two numbers can you pls tell me my erro
0 Votes
Hi guys I need some one to teach the String name how I can do it true because when I finish coding they give me NO OUTPUT
1 Votes
fully dynamic arrays
1 Votes
Wayss
0 Votes
Can I take the certificates after finished the lessons?
1 Votes
Hearts
0 Votes
Project subjection
0 Votes