User Profile

Collapse

Profile Sidebar

Collapse
Ashok P
Ashok P
Last Activity: Aug 3 '06, 08:43 AM
Joined: Aug 2 '06
Location: Bangalore (INDIA)
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Ashok P
    replied to stacks-turbo C
    in C
    Hi,
    CODE : #define STACK_SIZE 5
    int top = -1; //global dec.
    if (top == STACK_SIZE)/*seperate fun called push*/
    {
    printf("stack is full"); LOGIC
    return
    }
    s[top++] = item;

    /* write seperate fun for pop() */
    ...
    See more | Go to post

    Leave a comment:


  • Ashok P
    started a topic program to set page break
    in C

    program to set page break

    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
    See more | Go to post

  • Ashok P
    started a topic Console Output
    in C

    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
    See more | Go to post
No activity results to display
Show More
Working...