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 20942What 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 5373
What is the difference between range and xrange functions?
Explain implicit classes with syntax?
How can we develop a multi-tier application in Java?
What is c++ redistributable?
What is mvc? And how it works?
How do I open a magento store?
How do I use strftime in python?
How to Change the font in a hint window ?
What is a category page in wordpress?
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);
Explain what is a program flowchart and explain how does it help in writing a program?
Is init in python a constructor?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
How do I exit turbo c++?
What is the use of apply() in R?