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

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

Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not

9 Answers   Alcatel,


Why clrscr is used after variable declaration?

0 Answers  


How to develop software using "c" programming?

1 Answers   IBM, TCS,


What is the main differences between C and Embedded C?

9 Answers  


program to print circle structure

1 Answers  






What is conio h in c?

0 Answers  


How to implement call back functions ?

3 Answers   HP,


Write a program to compute the following 1!+2!+...n!

4 Answers  


What is null pointer constant?

0 Answers  


Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)

2 Answers  


Explain the ternary tree?

0 Answers  


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


Categories