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 "Hungarian Notation"?
How would you differentiate between a pre and post increment operators while overloading?
What is the difference between the two URLs in General Settings? (Hint: WordPress Address AND Site Address)?
What are the advantages of using django?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
Can you downgrade your wordpress plan?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is functions syntax in c++?
What is the difference between a shallow copy and deep copy?
How new/delete differs from malloc()/free?
What is difference between action hook and filter hook?
Write a program to print factorial of given number without using recursion?
What the different types of arrays in c?
Does scala and java support call-by-name?
How can you profile a python script?