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 / murali

wat a question dude....

Is This Answer Correct ?    8 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is type qualifiers?

661


what are the different storage classes in c?

662


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

665


Is it better to bitshift a value than to multiply by 2?

659


hi, which software companys will take,if d candidate's % is jst 55%?

1663






Is c is a low level language?

566


Can you return null in c?

597


How can you find out how much memory is available?

618


What does the error 'Null Pointer Assignment' mean and what causes this error?

741


Give me the code of in-order recursive and non-recursive.

886


What are the advantages of using Unions?

642


Explain how does flowchart help in writing a program?

630


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

823


How do you generate random numbers in C?

657


What is scope rule of function in c?

552