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
Explain what is the use of a semicolon (;) at the end of every program statement?
For what purpose null pointer used?
What does the file stdio.h contain?
Why functions are used in c?
When c language was developed?
What is external variable in c?
What is null pointer constant?
What are the general description for loop statement and available loop types in c?
What is c standard library?
What is an expression?
How can a program be made to print the name of a source file where an error occurs?
What are the back slash character constants or escape sequence charactersavailable in c?
What is getch() function?
Write a program to check whether a number is prime or not using c?
Explain bitwise shift operators?