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
1923write 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,
2097write 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 5741void 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
2780Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
1 4059What 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
1981What is the difference between declaring a variable by constant keyword and #define ing that variable?
1 3362
What are the advantages of using macro in c language?
How can we check the logged-in user info in laravel?
How can I sort a linked list?
Enlist the addition function used in R language?
What is the difference between a permalink and a hyperlink?
What is transpose?
How to add option for open menu item in new tab?
What is a lambda function?
How to Use InvalidateRect()to repaint the entire form?
How python is interpreted?
What is stack in c?
Define the support for apex that exists?
Why You Should Use WordPress?
Why use yii 2.0 framework?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?