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() */
...
User Profile
Collapse
-
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 -
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
No activity results to display
Show More
Leave a comment: