Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Attempting to use macros to define unsigned long in C. Should I use typedef or const instead? Is this bad practice?
c
macros
1 Vote
4 Answers
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 Votes
2 Answers
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 Votes
3 Answers
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 Answers
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 Votes
1 Answer
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 Votes
1 Answer
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 Votes
2 Answers
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 Answer
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 Votes
4 Answers
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 Votes
4 Answers
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 Answer
16th May 2019, 5:18 AM
bimyou
"CSS is an acronym for Cascading Style Sheets" mean?
acronym
css
define
style
1 Vote
2 Answers
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 Votes
2 Answers
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 Answers
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 Votes
3 Answers
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 Votes
3 Answers
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 Votes
1 Answer
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 Votes
1 Answer
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 Answers
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 Answers
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 Answer
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 Answer
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 Votes
1 Answer
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 Answers
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 Votes
8 Answers
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 Answer
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 Votes
3 Answers
4th Apr 2020, 3:10 AM
Barabbas
What can i use in JS as #define in C?
c
constant
define
javascript
0 Votes
2 Answers
23rd Aug 2018, 4:56 PM
Sourav Kumar Suman
Predict the output because it's showings unexpected answer
answer
c
define
expert
0 Votes
1 Answer
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 Votes
6 Answers
7th Sep 2020, 6:51 PM
Umang Goswami
What is #define in c++
c
c++
define
macros
1 Vote
2 Answers
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 Votes
5 Answers
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 Votes
2 Answers
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 Votes
1 Answer
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 Vote
2 Answers
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 Votes
3 Answers
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 Votes
2 Answers
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 Votes
2 Answers
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 Votes
3 Answers
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 Votes
2 Answers
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 Answer
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 Answers
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 Answer
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 Votes
1 Answer
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 Answers
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 Votes
2 Answers
4th Jan 2017, 2:05 AM
Piplup Xi
Does preprocessing makes our code faster?
#define
c++
define
function
preprocessor
2 Votes
2 Answers
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 Votes
2 Answers
19th Jul 2020, 8:48 PM
Reginmund Morales
Viral Video Recreated in C++
c++
cpp
define
fun
ppap
viral
4 Votes
6 Answers
14th Apr 2017, 2:07 AM
Muhammad Hidayat
Please explain the output!
bazinga
c
define
functions
output
string
0 Votes
5 Answers
15th Sep 2019, 3:19 PM
Camille
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
10
11
12
Next >
Hot today
C pointers
1 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes
Which mobile offline app can I use for HTML
0 Votes
HOW CAN I CREATE A GAME AS BEGINNER
0 Votes