Is it possible to create recycle bin in mobiles?
Answers were Sorted based on User's Feedback
Are comments included during the compilation stage and placed in the EXE file as well?
What are the advantages of using Unions?
How to declare a variable?
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
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Explain what math functions are available for integers? For floating point?
Write a program to check palindrome number in c programming?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
How old is c programming language?
What are the main characteristics of c language describe the structure of ac program?
Explain can the sizeof operator be used to tell the size of an array passed to a function?