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
What is the difference between heap and stack?
java
memory
2 Votos
4 Respuestas
25th Jan 2017, 8:43 AM
Ahmed Abd Elazeem
Why so much allocation on heap for vector with emplace back?
c++
emplace_back
heap
new
vector
2 Votos
12 Respuestas
28th Nov 2022, 1:30 PM
Ketan Lalcheta
Large string | no deep copy on heap
c++
deep_copy
string
1 Voto
2 Respuestas
21st Jan 2023, 12:53 PM
Ketan Lalcheta
Why are JAVA objects stored in Heap
heap
java
objects
2 Votos
1 Respuesta
7th May 2017, 11:06 AM
Shahzaib Waseem
Where it stored ? Stack or heap
c++
0 Votos
1 Respuesta
4th Apr 2020, 9:34 PM
Michel Ghaith
What happens to heap in case of shared_ptr
c++
heap
memory
operator-overloading
shared_ptr
1 Voto
1 Respuesta
17th Sep 2021, 3:34 PM
Ketan Lalcheta
When heap memory is used in any program?
c#
c++
heap
programming
2 Votos
3 Respuestas
20th Jan 2017, 6:26 PM
Ash
does heap allocated memory delets after program shut?
c++
pointers
2 Votos
2 Respuestas
27th Jul 2017, 7:55 AM
amarnath kumar
What are the main uses of scp in heap memory?
java
2 Votos
6 Respuestas
6th Jul 2020, 3:21 PM
Jesús Roberto GR 🇲🇽
What' the differences between heap and stack memory in java
java
2 Votos
4 Respuestas
7th May 2020, 7:02 AM
Thayani Gathirvelou🇱🇰
I need help with my code Heap Sort JavaScript
algorithm
javascript
0 Votos
4 Respuestas
13th Sep 2019, 9:43 PM
Leonardo Monterey
Increase the heap size of JVM but doesn't work
heap
intellij
java
jvm
0 Votos
2 Respuestas
2nd Jun 2021, 9:13 PM
I U
Can we verify deallocation of heap memory for array?
array
c++
delete
delete[]
free
leak
memory
3 Votos
1 Respuesta
30th Sep 2021, 10:24 PM
Ketan Lalcheta
What is heap memory? Is it different than static one
static
3 Votos
2 Respuestas
3rd Oct 2019, 9:32 AM
Keyur Chaudhari
What are the difference between heap and stack memory in java ?
java
javascript
6 Votos
2 Respuestas
24th Jul 2019, 4:10 AM
Govardhan Nayak
object destruction from heap | linked list using smart pointer
c++
linkedlist
memory
pointer
smart_pointer
1 Voto
3 Respuestas
16th Feb 2021, 5:14 PM
Ketan Lalcheta
The malloc ()function allocates memory from heap and not from the stack
answer
4 Votos
4 Respuestas
28th Aug 2019, 11:56 AM
Anjali Kushwah
What are the differences and functions of heap and stack memory?
code
heap
memory
stack
2 Votos
2 Respuestas
1st Apr 2019, 5:03 AM
MrGernae
What is a stack memory and heap memory please elaborate
basics
code
java
0 Votos
3 Respuestas
8th May 2020, 5:32 AM
Abhijeet Kumar
When is dynamically allocating memory in heap particularly useful?
c++
2 Votos
1 Respuesta
4th Oct 2016, 10:13 PM
Eruel Santos
Should we memorize the programming languages or understand them?which way is correct?
heap
2 Votos
8 Respuestas
3rd Jun 2019, 10:33 AM
Tanuja Kesireddy
Can Someone simply explain what is stack and heap and their differences pls.
c++
difference
heap
meaning
stack
3 Votos
7 Respuestas
4th Dec 2020, 3:17 PM
KADHM
If variable values and references are stored in stack and heap memory where are variable names stored in a program?
c#
c++
class
java
javascript
location
names
php
storage
variable
21 Votos
9 Respuestas
6th Nov 2018, 9:39 PM
Sonic
The stack and the heap exist on RAM..isn't it ? And we use the heap just when we are not sure about the size of input ?
c++
heap
memory
stack
1 Voto
7 Respuestas
25th Apr 2017, 10:09 PM
De Vinci
Can anyone tell me the algorithms for shell sorting and heap sorring?
begginer
c++
3 Votos
5 Respuestas
19th Sep 2017, 4:45 PM
The Great VAPpy
How to refer a string constant pool area object by using heap area reference variable
corejava
heap
strings
7 Votos
3 Respuestas
26th Mar 2018, 7:25 PM
Ankit satapathi
why it is necessary to use heap for local variable?
c++
dynamic
memory
2 Votos
1 Respuesta
13th Oct 2016, 11:18 PM
Rashid Mujahid
How to do a Min heap code in C++ Without using arrays??
c++
heap
node
recursion
1 Voto
3 Respuestas
1st Jun 2019, 8:03 PM
MATIAS CANALES BENAVIDES
What is the highest size a stack and heap can be in c++?
c++
heap
memory
stack
2 Votos
2 Respuestas
15th May 2019, 4:23 AM
Andy
Can someone describe what The stack and heap is and how its used?
c++
1 Voto
7 Respuestas
26th Jul 2017, 10:02 PM
Chris
How to stop heap memory allocation for class in case of make_shared
c++
heap_memory
memory
2 Votos
1 Respuesta
6th Apr 2022, 11:20 AM
Ketan Lalcheta
Program to implement the heap sort algorithm which RETURNS THE NUMBER OF COMPARISONS
heap
java
sort
1 Voto
3 Respuestas
16th Jan 2020, 5:39 PM
Aditya
When we creating object of set inside heap memory which object will create ?
java
0 Votos
2 Respuestas
16th Nov 2020, 1:11 PM
Deepak Soni
Why do we need a heap if it's memory address is in stack?
c#
objects
3 Votos
3 Respuestas
2nd Sep 2016, 3:57 PM
Munindra
Average of Numbers using the heap memory of your pc ...look the code.
c
1 Voto
2 Respuestas
1st Mar 2020, 9:41 PM
soulemanou kunchiefuh babanou
In which all situations is it better to store data in the heap instead of the stack?
c
heap
stack
0 Votos
11 Respuestas
9th Aug 2021, 5:08 PM
Calvin Thomas
What if i allocate my pc's full memory into a heap in c ?
heap
1 Voto
5 Respuestas
27th Jun 2017, 2:46 PM
suryapoojary
I'm new here and I don't know anything about coding
heap
0 Votos
3 Respuestas
24th May 2020, 3:49 AM
Michael Festus
What is the proper way to learn coding from basic!???
heap
1 Voto
3 Respuestas
1st Aug 2019, 3:13 PM
Alisha Agarwal
in c we wanted to check how many pushes cause heap overflow for array based stack
array_based
c
heap_overflow
stack
4 Votos
4 Respuestas
8th Sep 2019, 6:00 PM
Zhenis Otarbay
Use the binary heap to return the k elements from largest to smallest
java
1 Voto
2 Respuestas
3rd Nov 2018, 7:48 PM
Tuyen Pham
What to do if you feel that "i dont know anything"?
heap
0 Votos
4 Respuestas
9th May 2018, 12:09 PM
Dinesh Kumar
How come 1st and 3rd object heap address r coming same? !! Python programming doubt please help
python3
1 Voto
7 Respuestas
4th Jul 2020, 7:43 PM
Parth Lashkari
Regarding the convention of arrays allocated on the heap versus non array
c++
pointers
0 Votos
1 Respuesta
5th Jun 2017, 11:00 AM
Feraru Silviu Marian
Why do I need to know the difference between heap and stack?
c++
heap
positioning
stack
0 Votos
1 Respuesta
24th Jul 2016, 11:51 PM
Marco Neumann
Can some one plz help me out with this app i needed to down load it for my smartwatch but god knows wot do do on it
heap
1 Voto
2 Respuestas
28th Dec 2017, 9:59 AM
stuart
Top k frequent numbers
heap
0 Votos
1 Respuesta
2nd Jun 2021, 1:54 PM
Avinash Giri
¿Como puedo ganar mas insignias en sololearn?
headings
heap
7 Votos
4 Respuestas
9th Jan 2018, 1:58 AM
JORGE FRANCISCO CORONA
Can anyone give example of a real world problem where programmer should use heap instead of stack?
c++
3 Votos
4 Respuestas
19th Dec 2016, 8:32 AM
Doni
What is a memory leak & what are its consequences? Is it necessary to deallocate heap memory?
heap
leaks
memory
0 Votos
5 Respuestas
13th Sep 2018, 5:28 PM
Sushank Mishra
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
3
...
5
Siguiente >
En tendencia hoy
Please recommend me
0 Votes
Hi, please I'm interested in learning Html, css and Javascript. I need a guidance or any app recommendation that will make me
1 Votes
chat I wanna make a bullet hell game what language(s) do I need to know?
0 Votes
Can i code here? Or just learn?
0 Votes
hi i want to learn C# but i don't have a good tut
1 Votes
How to build an AI website ?
1 Votes
It's app not running properly?
1 Votes
Why Lazy?
1 Votes
Please help a beginner choose a programming language
2 Votes
how to make sans fight on web language
1 Votes