This program numbers the lines found in a text file. Write a
program that reads text from a file and outputs each line
preceded by a line number. Print the line number
right-adjusted in a field of 3 spaces. Follow the line
number with a colon, then one space, then the text of the
line. You should get a character at a time and write code to
ignore leading blanks on each line. You may assume that the
lines are short enough to fit within a line on the screen.
Otherwise, allow default printer or screen output behavior
if the line is too long (i.e., wrap or truncate). A somewhat
harder version determines the number of spaces needed in the
field for the line numbers by counting lines before
processing the lines of the file. This version of the
program should insert a new line after the last complete
word that will fit within a 72-character line.
No Answer is Posted For this Question
Be the First to Post Answer
Program to check whether a word is in all capital letters
How do you achieve polymorphism?
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
How do you define a class in oop?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
What are benefits of oop?
what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
explain sub-type and sub class? atleast u have differ it into 4 points?
pointers are support in C#? if yes then how to use it?
8 Answers Softvision Solution,
what isthe difference between c structure and c++ class
Write on signed and unsigned integers and give three (3) examples each
What is static modifier?