Is c a great language, or what?
No Answer is Posted For this Question
Be the First to Post Answer
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
Can a pointer be volatile in c?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
What does void main () mean?
What are file streams?
List the variables are used for writing doubly linked list program.
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
How can I get back to the interactive keyboard if stdin is redirected?
What is this infamous null pointer, anyway?
Can you write a programmer for FACTORIAL using recursion?
difference between spiral and waterfall model