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)
Explain what is the use of Ctools in Drupal?
How do you answer polymorphism?
What is dynamic variable in c?
Is using exit() the same as using return?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Which operator cannot be overloaded c++?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
What is python? What are the benefits of using python? What do you understand of pep 8?
How do I download joomla templates?
CDPATH shell variable is in(c-shell)
What is the purpose of autoloader in zend framework?
How to print string in objective c?
What are menus in wordpress?
What are register variables in c?
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?