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) What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
6 31280Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
8 25319Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
4 7693Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
1 2411What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
5 13553
How do you realize Ternary Conditional Operator in Kotlin ?
how to detect a mobile device using php
can we extend a class having only one parameterised constructor.Suggest the process to do it.
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
How do I download a file over http using python?
What is the current stable version of php? What advance thing in php7?
What is the biggest challenge facing your current job right now? What is your biggest failure?
What is current stable version of laravel?
Tell me what are different methods to copy an object in python?
Write a program using while loop?
What is the current latest version of scala? What is the major change or update in scala 2.12?
Explain the difference between null pointer and void pointer.
Name and explain five of the PHP error constants?
develop algorithms to add polynomials (i) in one variable
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;