I need a sort of an approximate strcmp routine?
No Answer is Posted For this Question
Be the First to Post Answer
How is = symbol different from == symbol in c programming?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is static memory allocation? Explain
How can I avoid the abort, retry, fail messages?
code for find determinent of amatrix
What will the preprocessor do for a program?
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
How can you print HELLO WORLD without using "semicolon"?
What is call by reference in functions?
how to generate sparse matrix in c
difference between native and cross compilers
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,………….].