What are exact requirements on automatic storage duration?

后端 未结 2 445
北恋
北恋 2021-01-04 08:19

Depending on the compiler the following code:

int main()
{
   srand( 0 );
   if( rand() ) {
      char buffer[600 * 1024] = {};
      printf( buffer );
   }          


        
2条回答
提交回复
热议问题