Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
1 4089what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
L&T,
2487what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
L&T,
2695If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
3965if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
2 130261. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
1 3344player 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
1 3765
What is the difference between procedural and declarative language?
Why is python slower than c?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is static and auto variables in c?
How can variables be characterized?
What is the difference between strcpy() and memcpy() function in c programming?
What are the three constants used in c?
Which is the best website to learn c programming?
What is the difference between far and near ?
What are the advantages of union?
How we can insert comments in a c program?
What is spark map function?
What happens if you free a pointer twice?
Can two or more operators such as and be combined in a single line of program code?
Write a code to determine the total number of stops an elevator would take to serve N number of people.