Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


to write a program, that finds the minimum total number of
shelves, including the initial one, required for this
loading process.

The packets are named A, B, C, D, E &#133;&#133;..

Any numbers of packets with these names could be kept in the
shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK].

All packets are to be loaded on cars. The cars are lined in
order, so that the packets could be loaded on them. The cars
are also named [A, B, C, D, E,&#133;&#133;&#133;&#133;.].

Answers were Sorted based on User's Feedback



to write a program, that finds the minimum total number of shelves, including the initial one, requ..

Answer / sri

overaj is a boy......murali is ove's lover............pls
copy this code and u will get the answer............

Is This Answer Correct ?    18 Yes 18 No

to write a program, that finds the minimum total number of shelves, including the initial one, requ..

Answer / murali

wat a question dude....

Is This Answer Correct ?    8 Yes 9 No

Post New Answer

More C Interview Questions

How can you tell whether two strings are the same?

0 Answers  


What's the right way to use errno?

0 Answers  


Write a program to print “hello world” without using semicolon?

0 Answers  


What is an expression?

0 Answers  


What is the use of a ‘’ character?

0 Answers  


how to find binary of number?

2 Answers  


#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}

3 Answers  


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,


Explain what is a program flowchart and explain how does it help in writing a program?

0 Answers  


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,


what is the difference between strcpy() and memcpy() function?

2 Answers  


Categories