Can a program have two main functions?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the advantage of a random access file?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
How do I convert a string to all upper or lower case?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
which type of aspect you want from the student.
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 two or more operators such as and be combined in a single line of program code?
wat s the meaning of (int *)p +4;
Is c language still used?
explain what is fifo?
Is it cc or c in a letter?
What is far pointer in c?