edited by
1,120 views
1 1 vote

The drawback with stack storage allocation is when the function completes its execution its result cannot be used some point of time later.

Can you please explain this briefly?

1 Answer

Position:
Show:

Related questions

0 0 votes
1 1 answer
3.3k
3.3k views
eyeamgj asked Nov 15, 2018
3,312 views
TRUE/FALSE1.STATIC STORAGE ALLOCATION DOES NOT SUPPORT DYNAMIC DATA STRUCTURE.2.STACK STORAGE ALLOCATION DOES NOT SUPPORT DYNAMIC DATA STRUCTURE.
0 0 votes
1 answers 1 answer
1.5k
1.5k views
Dexter asked Apr 12, 2016
1,545 views
Consider the following sentences :1. Static allocation binding do not change at run time2. Heap Allocation allocate and deallocate at run timeWhich of the above is true ?
8 8 votes
2 2 answers
226
226 views
GO Classes asked Jun 11
226 views
Given the following two files, what will happen when they are compiled and linked together?file1.c#include <stdio.h static void show() { printf("Hello"); }main.cvoid show...
0 0 votes
0 0 answers
583
583 views