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 to calculate the difference between two dates using php?
Can a constructor be static?
What is an anonymous object in scala?
How do we balance an AVL Tree in C++?
How to download files from an external server with code in php?
How to edit a template in joomla?
How do you add a category in objective c?
What is php simple definition?
Can you please explain the difference between using macro and inline functions?
What is posing in objective c?
What is the language from which Python has got its features or derived its features?
How we can call a model from view in cakephp?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Which is fastest implementation of python?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.