reopened by
1,238 views
1 votes
1 votes

Which languages necessarily need heap allocation in the runtime environment?

  1. Those that support recursion
  2. Those that use dynamic scoping 
  3. Those that use global variables
  4. Those that allow dynamic data structures
reopened by

1 Answer

Answer:

Related questions

9 votes
9 votes
2 answers
2
gatecse asked Dec 17, 2017
3,706 views
Consider the following $C$ function#include<stdio.h int main(void) { char c[]="ICRBCSIT17" char *p=c; printf("%s",c+2[p]-6[p]-1); return 0; }The output of the program is ...
5 votes
5 votes
2 answers
3
gatecse asked Dec 17, 2017
2,723 views
Which of the following related to snowflake schema is true?Each dimension is represented by a single dimensional tableMaintenance efforts are lessDimension tables are nor...