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 15255Analyse 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 8438Write 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 21887how 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 5547how 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 5057how 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 16361Post New Aspire Interview Questions
What are the advantages of using Web services?
What are the various situations where a copy constructor is invoked?
What is the function of Application Hierarchy Tree?
Can the double-checked locking fail on a single processor system?
How to write hello world on the web page?
Is postgresql a nosql database?
What is extension name of ms excel?
You are a project manager for a network cabling project for your organization. Your project team is made up of six full-time employees and three contractors. This is the first time they have all worked together. You know that the team will go through the stages of team development in the following order: A. Forming, storming, norming, and performing B. Storming, norming, forming, and performing C. Norming, storming, forming, and performing D. Forming, norming, storming, performing
What is the difference between non-join logical files and join logical files?
How can debug runtime idoc?
What is gas sterilization?
How to validate form data in spring web mvc framework?
What are the supported fe/be scenarios? (I.e. E2003 fe with e2k be etc.)
What is the hardware requirements for the iis server so that we can host a webpage?
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module