228 views
0 votes
0 votes
Heap Storage Allocation "SUPPORT RECURSION OR NOT"??

1 Answer

0 votes
0 votes
No,heap storage allocation does not support recursion .Actually heap storage allocation support dynamic data structures.

Related questions

0 votes
0 votes
0 answers
1
sreenivas.s1995 asked Jan 31, 2019
348 views
Does increasing number of threads decrease total waiting time of the process in terms of round robin scheduling or does it remain the same?Can you please explain why
0 votes
0 votes
0 answers
2
sreenivas.s1995 asked Jan 30, 2019
442 views
Which phase of the compiler detects the error?#include<stdio.h>int main(){printf(“%d”,2..3);return 0;}I think lexical analyzer am i correct?
0 votes
0 votes
0 answers
3
pream sagar asked Jan 9, 2019
327 views
are serial schedules counted or not in the concurrent schedules.The number of concurrent schedules can be formed with 3 transactions having 3, 2 and 1 operations respecti...
0 votes
0 votes
0 answers
4
pream sagar asked Jan 9, 2019
126 views
IN THIS SCHEDULE THERE IS NO INTIAL READ?i think there are two initial read R(A) in T1 transaction and R(B) in T2 transaction so in this case if we change the order of T...