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) When would you use a pointer to a function?
Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?
What does $_files means?
In go language how you can check variable type at runtime?
where do we use htaccess?
What are two of your strengths that you will bring to our QA/testing team?
What is the job of store() and continue()?
How can an improvement in the quality of software be done by try/catch/throw?
Tell me in php, objects are they passed by value or by reference?
Explain what do you mean by dot notation?
What is guarded attribute in a model?
How to get complete current page url in php?
How many default tables are in wordpress?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)