Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C

Compiler

gcc 10.1.0

Options
Warnings
C99
no pedantic
Raw runtime options

Author

anonymous

over 4 years ago

$ gcc prog.c -Wall -Wextra -std=c99
prog.c: In function 'main':
prog.c:8:18: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
    8 |      int fd[2] , ret = 0;
      |                  ^~~
Child intiaites communication by writing the data at output side of the pipe 
The data read by Parent process is : Marvellous InfoSystems 
Exit Code:
0