which is an algorithm for sorting in a growing Lexicographic
order
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept and use of type void.
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is call by value in c?
to find the program of matrix multiplication using arrays
player is good if the following conditions are satisfied: He is either from “India”, “Japan” or “Korea” He has a minimum of 3 years of experience He has won at least 3 major tournaments, and one of them must be "World Championship Tournament". He must know more than 10 techniques. (but see next question) If he knows less than 10 techniques, then he must be a world champion. His name contains at least 3 words. For example "Sachin Tendulkar" will not meet this condition. Write a method: boolean isGoodPlayer(String name, String country, int yearsExperience, String[] majorTournamentsWon, String[] techniques, boolean isWorldChampion) name country yearsExperience majorTournamentsWon techniques isWorldChampion
how many argument we can pas in in a function
What is structure data type in c?
diff between exptected result and requirement?
What is page thrashing?
What is meant by type casting?
How to write the code of the program to swap two numbers with in one statement?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a