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
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 |
Why structure is used in c?
Can we initialize extern variable in c?
how to find your architecture is LittleEndian or BigEndian?
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
simple program for virtual function?
Write a program to generate random numbers in c?
Why isnt there a numbered, multi-level break statement to break out
what is bit rate & baud rate? plz give wave forms
How can I read/write structures from/to data files?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
Where we use clrscr in c?