Saturday, August 13

Create a Pipe and print descriptive value








program


#include<stdio.h>
main()
{
int f[2];
pipe(f);
printf("Pipe Descriptive values are  %d and %d ", f[0],f[1]);
}


2 comments :

Google android app development said... Best Blogger Tips [Reply to comment] Best Blogger Templates

Excellent pieces. Keep posting such kind of information on your blog. I really impressed by your blog.

v!p!n said... Best Blogger Tips [Reply to comment] Best Blogger Templates

@Google android app development
Thank you for the feedback. :)

Post a Comment