Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
L&T,
2652If 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
3926if 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 129171. 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 3289player 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 3713THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
2116
Explain the advantages and disadvantages of macros.
What are the rules for global and local variables in python?
Will class members accessible by instances of class?
Is django stable?
Question on Copy constructor.
What are the differences between new and malloc?
Is exit(status) truly equivalent to returning the same status from main?
How can we make a executable file with python script?
What is dev c++ used for?
Can you please explain what is the difference between string and symbol?
What is the statement that can be used in Python if a statement is required syntactically but the program requires no action?
How do you debug php?
List different type of cache cakephp supports?
If there are two catch statements, one for base and one for derived, which should come first?
Why to use Drupal?