mukesh varshney

mukesh varshney

  • NA
  • 1
  • 2.5k

i want to a simple notepad source code in c language

Oct 15 2014 10:34 PM
Write an interactive program in C language to create an
application similar to “NOTEPAD”. Write a program,
mynotepad.c, which reads words from any file having
extension “.txt” and displays each word on a line by
itself. A word is defined as any sequence of characters
separated by a blank, a tab, or a newline. Note that this
definition for a word considers punctuation as part of the
word. This program should have features like cut, copy,
paste, write and search. The application should be
designed user-friendly.

Answers (1)