Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
Attempting to use macros to define unsigned long in C. Should I use typedef or const instead? Is this bad practice?
c
macros
1 Voto
4 Respuestas
22nd Aug 2018, 4:15 PM
NULL
Define a class ACCOUNT with private members, 'account' , 'name' and 'balance' and another class BANK to input the accounts
c
c++
code
cplusplus
0 Votos
2 Respuestas
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 Votos
3 Respuestas
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 Voto
10 Respuestas
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 Votos
1 Respuesta
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 Votos
1 Respuesta
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 Votos
2 Respuestas
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 Votos
1 Respuesta
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 Votos
4 Respuestas
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 Votos
4 Respuestas
24th Dec 2017, 6:57 AM
Prarthit Mehra
"CSS is an acronym for Cascading Style Sheets" mean?
acronym
css
define
style
1 Voto
2 Respuestas
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 Respuesta
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 Votos
2 Respuestas
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 Votos
5 Respuestas
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 Votos
3 Respuestas
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 Votos
3 Respuestas
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 Votos
1 Respuesta
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 Votos
1 Respuesta
24th Jun 2023, 1:40 AM
Oliver Pasaribu
How Does the "Return 0" Statement actually work?
c++
define
how
return
return0
statement
2 Votos
9 Respuestas
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 Votos
7 Respuestas
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 Respuesta
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 Respuesta
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 Votos
1 Respuesta
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 Votos
2 Respuestas
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 Votos
8 Respuestas
6th Aug 2020, 9:56 AM
Anurag Nagare
What can i use in JS as #define in C?
c
constant
define
javascript
0 Votos
2 Respuestas
23rd Aug 2018, 4:56 PM
Sourav Kumar Suman
Predict the output because it's showings unexpected answer
answer
c
define
expert
0 Votos
1 Respuesta
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 Respuesta
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 Votos
3 Respuestas
4th Apr 2020, 3:10 AM
Barabbas
What is #define in c++
c
c++
define
macros
1 Voto
2 Respuestas
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 Votos
6 Respuestas
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 Votos
1 Respuesta
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 Votos
5 Respuestas
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 Votos
2 Respuestas
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 Respuestas
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 Votos
3 Respuestas
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 Votos
2 Respuestas
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 Votos
2 Respuestas
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 Votos
3 Respuestas
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 Votos
2 Respuestas
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 Votos
1 Respuesta
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 Respuestas
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 Respuesta
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 Votos
1 Respuesta
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 Respuestas
3rd Mar 2017, 5:52 AM
Tosrif Jahan Sakib
Does preprocessing makes our code faster?
#define
c++
define
function
preprocessor
2 Votos
2 Respuestas
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 Votos
2 Respuestas
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 Votos
2 Respuestas
19th Jul 2020, 8:48 PM
Reginmund Morales
Viral Video Recreated in C++
c++
cpp
define
fun
ppap
viral
4 Votos
6 Respuestas
14th Apr 2017, 2:07 AM
Muhammad Hidayat
Please explain the output!
bazinga
c
define
functions
output
string
0 Votos
5 Respuestas
15th Sep 2019, 3:19 PM
Camille
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
10
11
12
Siguiente >
En tendencia hoy
Learn python
2 Votes
Help for study
1 Votes
Spying on me
1 Votes
Discrete-Time Signal Representation
0 Votes
Hey, is the "Snowflake" mission not working?
0 Votes
Where's PHP and Ruby courses?
1 Votes
Detach thread exception
1 Votes
Qt timer timeout
0 Votes
Not video
0 Votes
Not image in the page
0 Votes