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
Define a function that takes a dictionary as an argument and returns the same dictionary but with different values
dictionary
functions
python
python3
0 Vote
3 Réponses
10th May 2017, 4:46 PM
trucktar
what is the output of following program type def int integer # define int chat void main () { int i= 65; int *ptr = &i; int *j =
def
defi
following
int
integer#
of
output
programtype
the
whatis
-1 Vote
10 Réponses
29th Sep 2021, 6:39 AM
Abubakar Sk
How can I define javascript popup that is in fix width to become responsive using css?
css
0 Vote
1 Réponse
24th Jun 2016, 7:52 PM
humanheightinfo
Can a double colon operator(scope resolution operator) be used to define functions other than in classes?
c++
classes
0 Vote
1 Réponse
2nd Jul 2017, 2:47 AM
Teja Pothkan
Can you define image size in HTML with the height being 150px and width being 50% at same time
html
images
0 Vote
2 Réponses
23rd Jun 2019, 12:03 PM
Corey
How important that we must define a new thread in c# while reading or writing on serial port ?
c#
serilaport
3 Votes
1 Réponse
10th Aug 2017, 8:02 PM
saeed
If Methods in an interface are implicitly public, why do we need to use keyword public when define a method?
interfaces
java
0 Vote
4 Réponses
18th Mar 2017, 11:28 AM
Andrew Tverdokhleb
When i try to make a function in private and define it outside class it gives me error why so??
c++
0 Vote
4 Réponses
24th Dec 2017, 6:57 AM
Prarthit Mehra
Can we define a function that we already defined previously? If we could, then is it a harmless practice?
functions
goodpractice
python3
redefining
1 Vote
1 Réponse
16th May 2019, 5:18 AM
bimyou
"CSS is an acronym for Cascading Style Sheets" mean?
acronym
css
define
style
1 Vote
2 Réponses
19th Oct 2020, 5:37 PM
Jitendra
In creat table statment how one can define a variable as unique and not null as well in sql
mysql
sql
0 Vote
2 Réponses
5th Jul 2019, 9:40 AM
priya
CPP and java both are OOP but for running a simple program why we need to define a class in java but not in cpp?
c++
class
cpp
java
oop
program
2 Votes
5 Réponses
14th May 2018, 2:36 PM
Rohit
Are there specific methods or methods are just functions in classes and when we define them write what they do?
c++
classes
functions
methods
0 Vote
3 Réponses
8th Jan 2019, 9:46 AM
Platinoob_
how to define a functions in c++ and how to use scope resolution in program and what its use???
c++
0 Vote
3 Réponses
11th Jul 2016, 3:40 PM
ammar jamali
#include <Stepper.h> // Define pin numbers for mode selection buttons const int motorSelectButtonPins[] = {2, 3, 4}; // Pins fo
hi
0 Vote
1 Réponse
24th Oct 2024, 6:52 AM
Aditya Nakka
If we define a class as abstract, then it class must contains AT LEAST ONE SINGLE ABSTRACT METHOD THAT MUST BE IMPLEMENTED.
abstract
class
definition
java
0 Vote
1 Réponse
24th Jun 2023, 1:40 AM
Oliver Pasaribu
Define an array with 30 random numbers. Print each element, and print the smallest number within the array is divisible by that
and
array
element.
number
print
smallest
the
with
-8 Votes
7 Réponses
26th May 2021, 11:31 AM
YAZEED WASFI ALKHARROUB
How Does the "Return 0" Statement actually work?
c++
define
how
return
return0
statement
2 Votes
9 Réponses
2nd Aug 2017, 9:23 PM
Morris House III
Why can't I pre define symbols +, -, *, / as string and make use of them???? Can someone please help....
c#
calci
calculator
doubt
help
problem
question
1 Vote
1 Réponse
7th Mar 2020, 1:16 PM
Addy
Let's check your css knowledge complete the following code to define the text color of the paragraph
css
-1 Vote
1 Réponse
29th Sep 2022, 12:45 PM
Payal
How can i define the length of an array and also assigning some values in the array?
arrays
0 Vote
1 Réponse
30th Nov 2018, 6:57 PM
Yogesh Satyam
Is there a reason to define interfaces if nobody will ever use my classes as libraries for their own software?
interfaces
java
2 Votes
2 Réponses
22nd Jun 2017, 5:04 PM
Martín Lehoczky
I am persuing by BCA i just want to know that how would u define this feild for a fresher and are there enough chances for jobs
fresher
0 Vote
8 Réponses
6th Aug 2020, 9:56 AM
Anurag Nagare
can i import 3d character from blender into my website to present information about my website and define it?
blender
sololearn
1 Vote
1 Réponse
26th Apr 2020, 10:40 AM
Amal Alsayeed Mohamed Ahmed
What can i use in JS as #define in C?
c
constant
define
javascript
0 Vote
2 Réponses
23rd Aug 2018, 4:56 PM
Sourav Kumar Suman
Predict the output because it's showings unexpected answer
answer
c
define
expert
0 Vote
1 Réponse
24th Jun 2020, 12:00 PM
MANSOOR PASHA
Is there a way to define and implement Java classes in separate files? Like in C++ where we would have header files (.h)?
java
0 Vote
3 Réponses
4th Apr 2020, 3:10 AM
Barabbas
What is #define in c++
c
c++
define
macros
1 Vote
2 Réponses
4th Mar 2018, 7:29 PM
Ihtisham Bashir
Can we use parantheses {} (pardon if i say it wrog) to define block of code in python as done in JAVA,C and also use ; in python
java
python
python3
syntax
0 Vote
6 Réponses
7th Sep 2020, 6:51 PM
Umang Goswami
So am i right in thinking that you dont need to define the boolean values, like the first example, except with == or !=
booleans
0 Vote
5 Réponses
31st Jan 2019, 12:53 PM
Jude Ranby
IN cpp Why should we use macros insted of global constants or inline functions!?
constants
cpp
define
macros
2 Votes
1 Réponse
18th Feb 2018, 7:11 PM
3D CrackerJack
Define two functions to print the maximum and the minimum number respectively among three numbers entered by user.
program
-2 Votes
2 Réponses
15th Mar 2018, 4:53 PM
Vikram Vm
Define python function called absolute that takes one parameter and return one absolute value of x ie:|x|=(x if >=0,-x otherwis
function-arguments
python
-1 Vote
2 Réponses
17th Nov 2020, 8:18 PM
Prerna Keshkar
is there a issue in jump ahead question where it asks to define a variable and add 5 to it?
python
0 Vote
3 Réponses
21st Jul 2016, 1:13 PM
Ishan Bisht
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
Define a function that takes an argument. Call the function. Identify what code is the argument and what code is the parameter.
python
python3
0 Vote
2 Réponses
15th Sep 2023, 6:57 AM
Aaron Mutekulwa
Hey i am looking for any open source software which take from data from front end and define rules for data capture.
@sololearn
0 Vote
3 Réponses
9th Dec 2018, 2:04 AM
Afolabi Ifeoluwa
How do I write a sequence of numbers so I can define them as var's and use those var's to call strings?
javascript
0 Vote
2 Réponses
16th Apr 2019, 6:13 PM
Jake Serrano
Define class having data members as stud_id ,name ,age , percentage with member function get() and display ()
code
functions
java
-4 Votes
1 Réponse
6th Apr 2022, 9:22 AM
Vikram Kamble
Define two functions to print the maximum and the minimum number respectively among three numbers entered by user
dk
1 Vote
0 Réponse
13th Dec 2022, 3:28 PM
Vishal Pandey
How to write a program in c++ to define a class fraction, which consists of numerator and denominator.
c++
1 Vote
1 Réponse
5th Oct 2017, 5:50 PM
Muskan Bhuwal
Help. How to make char into integer and then define what kind of number is it(decimal, binary, hexadecimal).
java
0 Vote
1 Réponse
23rd Oct 2017, 6:39 AM
mitsugi
Define a function named longest_duplicates that returns the length of the longest sub-array of duplicates in a given sort array.
c++
1 Vote
2 Réponses
3rd Mar 2017, 5:52 AM
Tosrif Jahan Sakib
Does preprocessing makes our code faster?
#define
c++
define
function
preprocessor
2 Votes
2 Réponses
27th Jun 2020, 3:52 PM
Abhishek Dimri
How can the compiler know where the while block is ending.In C we have { } which define the scope of the variable.
loops
python
3 Votes
2 Réponses
4th Jan 2017, 2:05 AM
Piplup Xi
Is it necessary to have a computer to define the classes in separate files and use them later as templates for our code?
c++
classes
2 Votes
2 Réponses
19th Jul 2020, 8:48 PM
Reginmund Morales
Viral Video Recreated in C++
c++
cpp
define
fun
ppap
viral
4 Votes
6 Réponses
14th Apr 2017, 2:07 AM
Muhammad Hidayat
Please explain the output!
bazinga
c
define
functions
output
string
0 Vote
5 Réponses
15th Sep 2019, 3:19 PM
Camille
Code #define Ambiguity
c
c++
define
output
program
1 Vote
3 Réponses
31st May 2018, 1:12 PM
Amit Kumar
Ok so can we use a single variable 'x' for multiple purposes or I have define a new variable?
javascript
variables
-1 Vote
2 Réponses
15th Jun 2017, 10:02 AM
Mayuresh Joshi
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
10
11
12
Suivant >
Aujourd'hui en vedette
Help please?
3 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
SQL practice
2 Votes
Game development
0 Votes