Tell us something about keyword 'auto'.
No Answer is Posted For this Question
Be the First to Post Answer
Where can I get an ansi-compatible lint?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
How is pointer initialized in c?
How can I implement sets or arrays of bits?
The __________ attribute is used to announce variables based on definitions of columns in a table?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Explain how do you convert strings to numbers in c?
Should a function contain a return statement if it does not return a value?
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
What is an example of enumeration?
What are the different types of storage classes in C?
difference between Low, Middle, High Level languages in c ?