-
Garbage Value
In C if a variable is not assigned a value then why does it take garbage value?
-
Compare Two Files in C
Write a program that compares two files and return 0 if they are equal and 1 if they are not equal.
-
Strip Comments
Write a program to read a file, strip the comments and write the output to another file.