Skip to main content

Write a program to remove all the lines that contain the character ‘a’ in a file and write it to another file.


Comments

Popular posts from this blog

Write a recursive code to compute the nth Fibonacci number.