Skip to content
Codeforwin
  • Fundamentals
  • C Programming
  • Data Structures
  • Articles

C program to find file properties using stat() function

Categories C programming January 15, 2023March 13, 2018

Quick links

  • stat() function
  • Program

Write a C program to check file properties using stat() function. How to check file permissions, size, creation and modification date of a file in C programming. How to use stat() function to find various file properties.

Read more

C program to convert uppercase to lowercase and vice versa in file

Categories C programming January 15, 2023March 6, 2018

Quick links

  • Logic
  • Program

Write a C program to convert uppercase to lowercase and vice versa in file. How to convert uppercase characters to lowercase and vice versa in a file in C programming. Logic to convert uppercase characters to lowercase and vice versa in C program.

Read more

C program to print source code of itself as output

Categories C programming January 15, 2023March 4, 2018

Quick links

  • __FILE__ macro
  • Program

Write a C program to print source code of itself as output. How to print source code of itself as output in C programming.

Read more

C program to replace specific line in a text file

Categories C programming January 15, 2023February 28, 2018

Quick links

  • Logic
  • Program

Write a C program to input line number and replace specific line with another in text file. How to replace specific line in a text file in C programming. Logic to replace specific line with another in a text file in C program.

Read more

C program to find and replace a word in file

Categories C programming January 15, 2023February 20, 2018

Quick links

  • Logic
  • Program

Write a C program to find and replace all occurrences of a word in file. How to find and replace a word in file in C programming. Logic to replace all occurrences of a word in file in C program.

Read more

C program to count occurrences of all words in a file

Categories C programming January 15, 2023February 19, 2018

Quick links

  • Logic
  • Program

Write a C program to count occurrences of all words in a file. Logic to count occurrences of all words in a file in C program. How to count occurrences of all words in a file in C programming. C program to count occurrences of unique words in a file.

Read more

C program to count occurrences of a word in file

Categories C programming January 15, 2023February 18, 2018

Quick links

  • Logic
  • Program

Write a C program to count occurrences of a word in file. How to count occurrences of a word in file in C programming. Logic to count all occurrence of a word in file in C program.

Read more

C program to find occurrence of a word in file

Categories C programming January 15, 2023February 17, 2018

Quick links

  • Logic
  • Program
  • Program to find last occurrence

Write a C program to find occurrence of a word in file. How to find first or last occurrence of a word in file in C programming. Logic to find occurrence of a word in file in C program. How to search first and last occurrence of a word in file in C programming.

Read more

C program to remove empty lines from a file

Categories C programming January 15, 2023February 16, 2018

Quick links

  • Logic
  • Program

Write a C program to remove all empty lines from a file. How to remove all empty lines from a given file in C programming. Logic to remove empty lines from file in C program.

Read more

C program to remove specific line from a file

Categories C programming January 15, 2023February 13, 2018

Quick links

  • Logic
  • Program

Write a C program to remove a given line from a file. How to remove a given line from a text file in C programming. Logic to remove specific line from a file in C program.

Read more

Older posts
Newer posts
← Previous Page1 … Page4 Page5 Page6 … Page53 Next →

C Exercises

  • Basic C programming exercises
  • Bitwise operator exercises
  • Conditional operator exercises
  • If else exercises
  • Switch case exercises
  • Loop and iteration exercises
  • Star patterns exercises
  • Number pattern exercises
  • Functions and recursion exercises
  • Array and Matrix exercises
  • String exercises
  • Pointer exercises
  • Files handling exercises

You are what you believe in. You become what you believe you can become.

― Bhagavad Gita

Codeforwin

  • Feedback
  • Testimonials
  • Privacy policy
  • Terms of use
  • Sitemap

C Programming

  • Learn C programming
  • C Exercises

Data Structures

  • LinkedList
  • Stack
  • Queue
© 2024 Codeforwin • Built with in India.