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 20923What 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 5351
What is microsoft c++ redistributable 2013?
In pyton, what is a namespace?
Write about the various sections of the executable image?
Difference between append vs. Extend list methods in python
What is laravel horizon?
Why to use python numpy instead o f lists?
Explain what is t-tests in r?
How can you copy objects in python?
List the difference between a "copy constructor" and a "assignment operator"?
Which python memory profiler is recommended?
How to close the CD Tray in code?
How do I register activex controls?
How to assigning a new character in a string using php?
What is objective c runtime?
What are the security parameter for xss in codeigniter?