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 16088Analyse 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 9067Write 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 22388how 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 6452how 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 5743how 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 18232Post New Aspire Interview Questions
Mention what are the rules to name variable in vbscript?
what is the working process of over & under voltage relay.
How does the java compiler work?
What is the default Orientation property in a Menu control?
What are the steps you can take to avoid “deadlocks”?
Can we store files in mongodb?
Can we use LINQ with databases other than SQL Server
What a module is in drupal and what the process of writing one involves?
What are the lot size attributes a material can posses?
What is the default left margin in word 2010?
Explain what is the difference between “visibility:hidden” and “display:none”?
How to check the checkbox or radio button is selected?
Define emissive power [eb].
in valve is constructed as per SME B 16.34, then which standard is used for fire testing of valve?.
What are keywords in c with examples?