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 16237Analyse 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 9154Write 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 22450how 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 6595how 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 5830how 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 18524Post New Aspire Interview Questions
can you define yourself in one word?
What is the biggest misconception people have about AI?
XSL and XSLD difference
What are the different types of integration testing?
What is a static relationship?
What are the differences between Real Time Operating System (RTOS) and General Purpose Operating Systems (GPOS)?
Does Araxis offer floating (network) licences for Merge?
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
What is @qualifier annotation in spring?
What is a zombie process?
Explain regular expression in perl?
what are the main job evaluation methods and how do we use them pls give examples from ur particular sitution?
Can I put windows 7 on a windows 10 computer?
What are the different schemas objects that can be created using pl/sql?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?