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 4011what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
L&T,
2435what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
L&T,
2640If 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
3918if 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 128931. 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 3270player 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 3700
what are the different storage classes in c?
Is c is a procedural language?
will u please send me the placement papers to my mail???????????????????
What is int main () in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
can we implement multi-threads in c.
What is extern variable in c with example?
Can you pass an entire structure to functions?
What is the difference between union and structure in c?
Give me the code of in-order recursive and non-recursive.
Write a program to print factorial of given number without using recursion?
What is file in c language?
What is the usage of the pointer in c?
How do you initialize pointer variables?
What is derived datatype in c?