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) along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest
2032write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
TCS,
2158write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
3 5932void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
2865Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
1 4153What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
2046What is the difference between declaring a variable by constant keyword and #define ing that variable?
1 3456
What is data type set in python and how to work with it?
Is wordpress a server?
What is the difference between yii & yii2?
What is the purpose of 'register' keyword?
What is the use of setfill in c++?
Write a program to show the execution of the application?
What is rmarkdown? What is the use of it?
Explain virtual inheritance?
it is a language or tools?
Does python allow you to program in a structured style?
How multithreading is achieved in python?
Which is best c++ or java?
What are the various types of stl containers?
What is Drupal main menu?
What do you understand by python iterator and iterable elements?