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) 1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 20915What is the output of the program
#include
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
1 5338
Can you list down some of the pdb commands for debugging python programs?
How can you change a favicon in joomla?
What is the difference between the functions memmove() and memcpy()?
Which is better magento or opencart?
Explain me what is the wordpress loop?
what is the stack size in win 32 program
What is composer phar?
How do you do dynamic memory allocation in C applications?
difference between object file and executable file
Explain the use of try: except raise, and finally?
How do I restore my wordpress theme?
What are the different types of protocols?
What is difference between diff and patch ?
What are django generic views?
What Is a Persistent Cookie?