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) How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
3659given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
2 5615How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
4 8058how to swap all the values without using temporary variable. tha values r a = 20, x=60 and p=2.
5 9087How can we extract string ‘abc.com ‘ from a string info@abc.com" target="_blank">http://info@abc.com using regular expression of php?
6 9232
What are the rules for global and local variables in python?
How will you create a template page in wordpress?
What are lvalue and rvalue?
Can we have multiple uiwindows in ios?
State what is encapsulation and friend function?
What are membership operators in python? Write an example to explain both.
How can you propagate a session id?
Why to use mysql for wordpress?
What is difference between constant pointer and constant variable?
Is drupal free to use?
Does c++ have foreach?
Given a vector of values, how would you convert it into a time series object?
Differentiate *args and **kwargs?
How can we improve the drupal site performance?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?