How can I read from stdin using the integrated Visual Studio Code terminal?

后端 未结 0 461
忘掉有多难
忘掉有多难 2021-01-30 08:35

I have the following C application:

#include 
#include 
int main() {
    char name[10];
    printf("What is your name?\\n"         


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