I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
4 16085Analyse the following highly simplified procedure: Ask: “What type of ticket do you require, single or return?” IF the customer wants ‘return’ Ask: “What rate, Standard or Cheap-day?” IF the customer replies ‘Cheap-day’ Say: “That will be £11:20” ELSE Say: “That will be £19:50” ENDIF ELSE Say: “That will be £9:75” ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given a)3 b)4 c)5 d)6 Please explain answer of this Question. Thanks
2 9066Write Test Cases for Vendor Machine, which inputs 50 - Pepsi 1 - Cock 1.50 - 7Up Test Cases should cover all the Boundary Value Analysis, Equivalence Partitioning, etc.
1 22387how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
3 6449how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons
2 5742how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
10 18217Post New Aspire Interview Questions
How do I configure WebSphere Application Server with firewalls or to use a management network?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
Explain fdd?
Write the each half cell reaction and also net cell reaction for a cell
What are string literals in python?
What are the network requirements for using hadoop?
why length of antenna is taken as one half of wavelength or one fourth of wavelength? Why not one eighth or one sixteenth?
How do I change the format of the number symbols in a numbered list without changing in ms word?
Name the various locking levels available?
When are comments used in html?
what is compression ratio? why its decreased when gear shifted ?
Every object has : state, behavior and identity - explain
What is the maximum number of structures that can be included in a table or structure
why dont we assign not null constraint as table level constraint.
How do I convert excel to xml?