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 |
What are static variables, and where are they stored?
Explain the use of keyword 'register' with respect to variables.
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
What does the error 'Null Pointer Assignment' mean and what causes this error?
What's wrong with "char *p; *p = malloc(10);"?
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
how to swap two nubers by using a function with pointers?
What is the difference between the local variable and global variable in c?
How can you determine the size of an allocated portion of memory?
to find the closest pair