Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a program that functions like Unix utility 'cat' - read a file and print its content on stdout in C #32

Open
yashjakhotiya opened this issue Oct 4, 2019 · 2 comments
Labels
good first issue Good for newcomers hacktoberfest Dedicated to hacktoberfest

Comments

@yashjakhotiya
Copy link
Collaborator

Hint: Use C's getc() function and EOF signal. This makes code succinct.

@yashjakhotiya yashjakhotiya added good first issue Good for newcomers hacktoberfest Dedicated to hacktoberfest labels Oct 4, 2019
@Nikhil-Bhat6
Copy link
Contributor

Can I implement a solution for this?

@d4n-a
Copy link
Contributor

d4n-a commented Oct 6, 2019

#63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Dedicated to hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants