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 the time and space complexities of merge sort and when is it preferred over quick sort?
1085Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
1102Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
1052
What are the ideal naming conventions in python?
Do you know what is the use of zend framework?
When a c file is executed there are many files that are automatically opened what are they files?
What are basic steps to install wordpress on your system?
what is difference between object oriented programming structure and object oriented programming system?
What does struct node * mean?
Where do slugs stay during the day?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why cstdlib is used in c++?
What is &x in c++?
Write a program to retrieve the view object within plugin?
What are the key features of cms?
What is the difference between posts and pages?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Is there anything like an ifdef for typedefs?