Explain can you assign a different address to an array tag?
No Answer is Posted For this Question
Be the First to Post Answer
write a own function for strstr
Explain modulus operator. What are the restrictions of a modulus operator?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What is array in C
write a programe to find the factorial of given number using recursion
Write a progarm to find the length of string using switch case?
How can I handle floating-point exceptions gracefully?
What is an expression?
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
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Explain the red-black trees?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer