Storage location of a struct used within a function

前端 未结 0 1396
小蘑菇
小蘑菇 2021-01-05 11:11

Let\'s say I have the following:

#include 
typedef struct Book {
    int year;
    char *title;

} Book;

int main(int argc, char* argv[]) {

          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题