Console Output

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ashok P
    New Member
    • Aug 2006
    • 3

    #1

    Console Output

    Hi
    I want to display three pages of data on output screen.after displaying one page the program should pause and ask the user to continue or not.if he want to continue
    it should display the next page.the program should be in C.

    If any one knows please help me.

    thanks,

    ashok p
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Look up the functions printf and getchar

    Comment

    • kumarmanoj_pat
      New Member
      • Aug 2006
      • 5

      #3
      count number of lines you want to display on screen per page and use getch() function to find user response to display next page.

      Comment

      Working...