C, why does the following program press "Enter", that is, the carriage return program does not end?

Source: Internet
Author: User

1 /*************************************************************************2 > File name:system.c3 > Author:Mr.Yang4 > Purpose: Demo system () function5 > Created time:2017 May 19 Friday 19:29 17 seconds6  ************************************************************************/7 8#include <stdio.h>9#include <stdlib.h>Ten  One Charinput[ +]; A  - intMainvoid) - { the          while(1) -         { -printf"Input The Desire system Command,blank to exit:"); -Fgets (Input, +, stdin); +                 if(input[0] ==' /')//detection is NULL character, if yes, exit program directly, but run on Linux do not quit?  -                 { +Exit0); A                 } at                 Else -                 { - system (input); -                 } -         } -  in         return 0; -}

C, why does the following program press "Enter", that is, the carriage return program does not end?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.