Search found 1 match

by Ashis
Mon Oct 06, 2003 4:35 pm
Forum: Volume 6 (600-699)
Topic: 637 - Booklet Printing
Replies: 10
Views: 6519

637...why PE??

Would you plz chq where is the problem in my code that results Presentation Error??? number 637.

Here is the code..
//637...Booklet printing

#include<math.h> //for ceil()
#include<stdio.h>

int main()
{
int a[25][4];

int i,j,count,page_req;
int x;

while( (1==scanf("%d",&page_req))&&page_req ...

Go to advanced search