Search results for static

80 votes
7 answers
3
1 votes
1 answer
7
1 votes
8 answers
9
1 votes
1 answer
11
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 bri...
1 votes
5 answers
12
Consider the following code generation:a=b+c;c=a+x;d=b+c;b=a+x;The minimum no. of total variables required to convert the above code to static single assignment form is__...
0 votes
1 answer
13
TRUE/FALSE1.STATIC STORAGE ALLOCATION DOES NOT SUPPORT DYNAMIC DATA STRUCTURE.2.STACK STORAGE ALLOCATION DOES NOT SUPPORT DYNAMIC DATA STRUCTURE.
0 votes
1 answer
17
1 votes
1 answer
19
In the circuit shown in figure, value of input P goes from 0 to 1 and that of Q goes from 1 to 0. Which output forms shown in figure represents the output under a static ...