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 ……..

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,………….].

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a wrapper function in c?

590


Difference between linking and loading?

695


What is d'n in c?

636


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1074


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

665






What is the purpose of sprintf?

619


What is multidimensional arrays

632


Explain Basic concepts of C language?

646


Why can arithmetic operations not be performed on void pointers?

590


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

911


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

769


Describe newline escape sequence with a sample program?

657


What is calloc() function?

625


What is declaration and definition in c?

525


Explain union. What are its advantages?

617