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) how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
3 5494write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
HCL,
5514Find the largest number from the given 2 numbers without using any loops and the conditional operator.
2 5178How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
HCL,
1 3936hai i like to do some certifications in programming or any other......... am doing my IT third year......... pls guide me...... mail me ur suggestions to ranjithmaharaj@gmail.com...
1 3351Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
IBM,
2008I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?
1 11649
How do I reinstall wordpress without losing data?
How to set a value in session? How to remove data from a session?
How do I manually install an extension in magento 2?
Which function you can use in php to open a file for reading or writing or for both?
Do you know what are python decorators?
can we make game by using c
How to pass csrf token with ajax request?
Tell us what is python? What are the benefits of using python?
How can you profile a python script?
How often should you update wordpress?
Is laravel faster than rails?
Is scala good for data science?
How to add extra html (i.e link) in zend_form?
Tell me what is the difference between ruby 1.9 and ruby 2.0?
Distinguish between @synthesize and @dynamic in objective –c?