Does the C language specify a stack? [duplicate]
问题 This question already has answers here : Size of stack and heap memory [duplicate] (4 answers) What and where are the stack and heap? (25 answers) Does C need a stack and a heap in order to run? (3 answers) Closed last year . Does the C language definition require the existence of a stack? What about architectures that don't support stacks? Does that mean that such architectures can't implement the C language as it is defined? What about the heap? 回答1: No. The C11 standard does not contain