Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
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 Respostas
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 Voto
2 Respostas
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 Voto
3 Respostas
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 Respostas
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 Voto
1 Resposta
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 Voto
1 Resposta
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 Voto
2 Respostas
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 Resposta
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 Voto
4 Respostas
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 Voto
4 Respostas
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 Voto
1 Resposta
16th May 2019, 5:18 AM
bimyou
"CSS is an acronym for Cascading Style Sheets" mean?
acronym
css
define
style
1 Voto
2 Respostas
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 Voto
2 Respostas
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 Respostas
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 Voto
3 Respostas
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 Voto
3 Respostas
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 Voto
1 Resposta
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 Voto
1 Resposta
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 Votos
7 Respostas
26th May 2021, 11:31 AM
YAZEED WASFI ALKHARROUB
How Does the "Return 0" Statement actually work?
c++
define
how
return
return0
statement
2 Votos
9 Respostas
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 Voto
1 Resposta
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 Resposta
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 Voto
1 Resposta
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 Respostas
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 Voto
8 Respostas
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 Voto
1 Resposta
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 Voto
3 Respostas
4th Apr 2020, 3:10 AM
Barabbas
What can i use in JS as #define in C?
c
constant
define
javascript
0 Voto
2 Respostas
23rd Aug 2018, 4:56 PM
Sourav Kumar Suman
Predict the output because it's showings unexpected answer
answer
c
define
expert
0 Voto
1 Resposta
24th Jun 2020, 12:00 PM
MANSOOR PASHA
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 Voto
6 Respostas
7th Sep 2020, 6:51 PM
Umang Goswami
What is #define in c++
c
c++
define
macros
1 Voto
2 Respostas
4th Mar 2018, 7:29 PM
Ihtisham Bashir
So am i right in thinking that you dont need to define the boolean values, like the first example, except with == or !=
booleans
0 Voto
5 Respostas
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 Respostas
15th Mar 2018, 4:53 PM
Vikram Vm
IN cpp Why should we use macros insted of global constants or inline functions!?
constants
cpp
define
macros
2 Votos
1 Resposta
18th Feb 2018, 7:11 PM
3D CrackerJack
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 Respostas
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 Voto
3 Respostas
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 Voto
2 Respostas
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 Voto
2 Respostas
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 Voto
3 Respostas
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 Voto
2 Respostas
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 Resposta
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 Resposta
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 Resposta
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 Voto
1 Resposta
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 Respostas
3rd Mar 2017, 5:52 AM
Tosrif Jahan Sakib
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 Respostas
4th Jan 2017, 2:05 AM
Piplup Xi
Does preprocessing makes our code faster?
#define
c++
define
function
preprocessor
2 Votos
2 Respostas
27th Jun 2020, 3:52 PM
Abhishek Dimri
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 Respostas
19th Jul 2020, 8:48 PM
Reginmund Morales
Viral Video Recreated in C++
c++
cpp
define
fun
ppap
viral
4 Votos
6 Respostas
14th Apr 2017, 2:07 AM
Muhammad Hidayat
Please explain the output!
bazinga
c
define
functions
output
string
0 Voto
5 Respostas
15th Sep 2019, 3:19 PM
Camille
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
10
11
12
Próximo >
Quente hoje
Void functional void with bool function
0 Votes
Python
1 Votes
Are websites hackable?
1 Votes
TICTACTOE
0 Votes
Error
0 Votes
Learn python
0 Votes
Help for study
0 Votes
BIG DOUBT🤔🤔🤔🤔
1 Votes
Need help (French)
0 Votes
What's an unsigned int?
0 Votes