Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Why so much allocation on heap for vector with emplace back?
c++
emplace_back
heap
new
vector
2 Votes
12 Answers
28th Nov 2022, 1:30 PM
Ketan Lalcheta
Large string | no deep copy on heap
c++
deep_copy
string
1 Vote
2 Answers
21st Jan 2023, 12:53 PM
Ketan Lalcheta
Why are JAVA objects stored in Heap
heap
java
objects
2 Votes
1 Answer
7th May 2017, 11:06 AM
Shahzaib Waseem
Where it stored ? Stack or heap
c++
0 Votes
1 Answer
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 Vote
1 Answer
17th Sep 2021, 3:34 PM
Ketan Lalcheta
When heap memory is used in any program?
c#
c++
heap
programming
2 Votes
3 Answers
20th Jan 2017, 6:26 PM
Ash
does heap allocated memory delets after program shut?
c++
pointers
2 Votes
2 Answers
27th Jul 2017, 7:55 AM
amarnath kumar
What are the main uses of scp in heap memory?
java
2 Votes
6 Answers
6th Jul 2020, 3:21 PM
Jesús Roberto GR 🇲🇽
What' the differences between heap and stack memory in java
java
2 Votes
4 Answers
7th May 2020, 7:02 AM
Thayani Gathirvelou🇱🇰
I need help with my code Heap Sort JavaScript
algorithm
javascript
0 Votes
4 Answers
13th Sep 2019, 9:43 PM
Leonardo Monterey
Increase the heap size of JVM but doesn't work
heap
intellij
java
jvm
0 Votes
2 Answers
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 Votes
1 Answer
30th Sep 2021, 10:24 PM
Ketan Lalcheta
What is heap memory? Is it different than static one
static
3 Votes
2 Answers
3rd Oct 2019, 9:32 AM
Keyur Chaudhari
What are the difference between heap and stack memory in java ?
java
javascript
6 Votes
2 Answers
24th Jul 2019, 4:10 AM
Govardhan Nayak
object destruction from heap | linked list using smart pointer
c++
linkedlist
memory
pointer
smart_pointer
1 Vote
3 Answers
16th Feb 2021, 5:14 PM
Ketan Lalcheta
The malloc ()function allocates memory from heap and not from the stack
answer
4 Votes
4 Answers
28th Aug 2019, 11:56 AM
Anjali Kushwah
What are the differences and functions of heap and stack memory?
code
heap
memory
stack
2 Votes
2 Answers
1st Apr 2019, 5:03 AM
MrGernae
What is a stack memory and heap memory please elaborate
basics
code
java
0 Votes
3 Answers
8th May 2020, 5:32 AM
Abhijeet Kumar
Why do we need to store data in The Heap ?
c++
heap
pointers
0 Votes
4 Answers
8th Oct 2021, 8:45 AM
Pritam Santra
When is dynamically allocating memory in heap particularly useful?
c++
2 Votes
1 Answer
4th Oct 2016, 10:13 PM
Eruel Santos
Should we memorize the programming languages or understand them?which way is correct?
heap
2 Votes
8 Answers
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 Votes
7 Answers
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 Votes
9 Answers
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 Vote
7 Answers
25th Apr 2017, 10:09 PM
De Vinci
Can anyone tell me the algorithms for shell sorting and heap sorring?
begginer
c++
3 Votes
5 Answers
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 Votes
3 Answers
26th Mar 2018, 7:25 PM
Ankit satapathi
why it is necessary to use heap for local variable?
c++
dynamic
memory
2 Votes
1 Answer
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 Vote
3 Answers
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 Votes
2 Answers
15th May 2019, 4:23 AM
Andy
Can someone describe what The stack and heap is and how its used?
c++
1 Vote
7 Answers
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 Votes
1 Answer
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 Vote
3 Answers
16th Jan 2020, 5:39 PM
Aditya
When we creating object of set inside heap memory which object will create ?
java
0 Votes
2 Answers
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 Votes
3 Answers
2nd Sep 2016, 3:57 PM
Munindra
Average of Numbers using the heap memory of your pc ...look the code.
c
1 Vote
2 Answers
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 Votes
11 Answers
9th Aug 2021, 5:08 PM
Calvin Thomas
What if i allocate my pc's full memory into a heap in c ?
heap
1 Vote
5 Answers
27th Jun 2017, 2:46 PM
suryapoojary
I'm new here and I don't know anything about coding
heap
0 Votes
3 Answers
24th May 2020, 3:49 AM
Michael Festus
in c we wanted to check how many pushes cause heap overflow for array based stack
array_based
c
heap_overflow
stack
4 Votes
4 Answers
8th Sep 2019, 6:00 PM
Zhenis Otarbay
What is the proper way to learn coding from basic!???
heap
1 Vote
3 Answers
1st Aug 2019, 3:13 PM
Alisha Agarwal
Use the binary heap to return the k elements from largest to smallest
java
1 Vote
2 Answers
3rd Nov 2018, 7:48 PM
Tuyen Pham
What to do if you feel that "i dont know anything"?
heap
0 Votes
4 Answers
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 Vote
7 Answers
4th Jul 2020, 7:43 PM
Parth Lashkari
Regarding the convention of arrays allocated on the heap versus non array
c++
pointers
0 Votes
1 Answer
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 Votes
1 Answer
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 Vote
2 Answers
28th Dec 2017, 9:59 AM
stuart
Top k frequent numbers
heap
0 Votes
1 Answer
2nd Jun 2021, 1:54 PM
Avinash Giri
Can anyone give example of a real world problem where programmer should use heap instead of stack?
c++
3 Votes
4 Answers
19th Dec 2016, 8:32 AM
Doni
¿Como puedo ganar mas insignias en sololearn?
headings
heap
7 Votes
4 Answers
9th Jan 2018, 1:58 AM
JORGE FRANCISCO CORONA
What is a memory leak & what are its consequences? Is it necessary to deallocate heap memory?
heap
leaks
memory
0 Votes
5 Answers
13th Sep 2018, 5:28 PM
Sushank Mishra
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
3
...
5
Next >
Hot today
Sticky position
3 Votes
Help please?
3 Votes
Hi Friends , how to compile a java code on android.
3 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Suggestions needed
4 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Odd even threads without condition variable
0 Votes