Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Define a class ACCOUNT with private members, 'account' , 'name' and 'balance' and another class BANK to input the accounts
c
c++
code
cplusplus
0 Voti
2 Risposte
21st May 2018, 9:10 AM
ROCK&RAUL
Define a function that takes a dictionary as an argument and returns the same dictionary but with different values
dictionary
functions
python
python3
0 Voti
3 Risposte
10th May 2017, 4:46 PM
trucktar
How can I define javascript popup that is in fix width to become responsive using css?
css
0 Voti
1 Risposta
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 Voti
1 Risposta
2nd Jul 2017, 2:47 AM
Teja Pothkan
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 Voto
10 Risposte
29th Sep 2021, 6:39 AM
Abubakar Sk
Can you define image size in HTML with the height being 150px and width being 50% at same time
html
images
0 Voti
2 Risposte
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 Voti
1 Risposta
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 Voti
4 Risposte
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 Voti
4 Risposte
24th Dec 2017, 6:57 AM
Prarthit Mehra
"CSS is an acronym for Cascading Style Sheets" mean?
acronym
css
define
style
1 Voto
2 Risposte
19th Oct 2020, 5:37 PM
Jitendra
Can we define a function that we already defined previously? If we could, then is it a harmless practice?
functions
goodpractice
python3
redefining
1 Voto
1 Risposta
16th May 2019, 5:18 AM
bimyou
In creat table statment how one can define a variable as unique and not null as well in sql
mysql
sql
0 Voti
2 Risposte
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 Voti
5 Risposte
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 Voti
3 Risposte
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 Voti
3 Risposte
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 Voti
1 Risposta
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 Voti
1 Risposta
24th Jun 2023, 1:40 AM
Oliver Pasaribu
How Does the "Return 0" Statement actually work?
c++
define
how
return
return0
statement
2 Voti
9 Risposte
2nd Aug 2017, 9:23 PM
Morris House III
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 Voti
7 Risposte
26th May 2021, 11:31 AM
YAZEED WASFI ALKHARROUB
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 Voto
1 Risposta
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 Voto
1 Risposta
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 Voti
1 Risposta
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 Voti
2 Risposte
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 Voti
8 Risposte
6th Aug 2020, 9:56 AM
Anurag Nagare
What can i use in JS as #define in C?
c
constant
define
javascript
0 Voti
2 Risposte
23rd Aug 2018, 4:56 PM
Sourav Kumar Suman
Predict the output because it's showings unexpected answer
answer
c
define
expert
0 Voti
1 Risposta
24th Jun 2020, 12:00 PM
MANSOOR PASHA
can i import 3d character from blender into my website to present information about my website and define it?
blender
sololearn
1 Voto
1 Risposta
26th Apr 2020, 10:40 AM
Amal Alsayeed Mohamed Ahmed
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 Voti
3 Risposte
4th Apr 2020, 3:10 AM
Barabbas
What is #define in c++
c
c++
define
macros
1 Voto
2 Risposte
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 Voti
6 Risposte
7th Sep 2020, 6:51 PM
Umang Goswami
IN cpp Why should we use macros insted of global constants or inline functions!?
constants
cpp
define
macros
2 Voti
1 Risposta
18th Feb 2018, 7:11 PM
3D CrackerJack
So am i right in thinking that you dont need to define the boolean values, like the first example, except with == or !=
booleans
0 Voti
5 Risposte
31st Jan 2019, 12:53 PM
Jude Ranby
Define two functions to print the maximum and the minimum number respectively among three numbers entered by user.
program
-2 Voti
2 Risposte
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 Voto
2 Risposte
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 Voti
3 Risposte
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 Voti
2 Risposte
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 Voti
2 Risposte
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 Voti
3 Risposte
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 Voti
2 Risposte
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 Voti
1 Risposta
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 Voto
0 Risposte
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 Voto
1 Risposta
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 Voti
1 Risposta
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 Voto
2 Risposte
3rd Mar 2017, 5:52 AM
Tosrif Jahan Sakib
Does preprocessing makes our code faster?
#define
c++
define
function
preprocessor
2 Voti
2 Risposte
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 Voti
2 Risposte
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 Voti
2 Risposte
19th Jul 2020, 8:48 PM
Reginmund Morales
Viral Video Recreated in C++
c++
cpp
define
fun
ppap
viral
4 Voti
6 Risposte
14th Apr 2017, 2:07 AM
Muhammad Hidayat
Please explain the output!
bazinga
c
define
functions
output
string
0 Voti
5 Risposte
15th Sep 2019, 3:19 PM
Camille
Code #define Ambiguity
c
c++
define
output
program
1 Voto
3 Risposte
31st May 2018, 1:12 PM
Amit Kumar
Fai una domanda
Fai una domanda
< Precedente
1
...
10
11
12
Successivo >
Popolare oggi
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
4 Votes
Guys I don't know anything about cooding who can help me pls
1 Votes
Why can’t I use double “ in python?
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Coding for Cybersecurity
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
2 cases not correct what's the problem
2 Votes
You’re free to give me your advice! 🚨
1 Votes
Salut tout le monde
1 Votes