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
Describe newline escape sequence with a sample program?
What are valid operations on pointers?
Define VARIABLE?
Here is a neat trick for checking whether two strings are equal
In a byte, what is the maximum decimal number that you can accommodate?
Is c dynamically typed?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
what do the 'c' and 'v' in argc and argv stand for?
Why calloc is better than malloc?
writ a program to compare using strcmp VIVA and viva with its output.
What is 2 d array in c?
What are the types of c language?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is the main difference between calloc () and malloc ()?
What are the different properties of variable number of arguments?