
Search In
I am using openweathermap.org API for displaying current weather for a place user type. My application displayed it However, it is not flexible as it is displaying all different details such as weather description, latitude, longitude, Wind Speed , c
Pointer in C are used to store the reference of the variable not its value.
Everytime we declare a variable its reference is created in the memory somewhere and when it is accessed that variable memory address is fetched for retrieving it.
The C Preprocessor not the compiler part, but it executes as compilation occurs.
C Preprocessor is just a text substitution tool that tells the compiler to do required pre-processing before the actual compilation.
&n
Bubble sort is a sorting algorithm. This sorting is done by comparing the elements just after another in the iteration.
Bubble sort comparison is based from the first and second element checking which one is greater.
Hash table is data structure to store or retrieve data in key value pair format. So it is like a table where key and value pertaining to that key exists . So, it is an efficient way of mapping and accessing data.
[key 1] -> Data 1
[key 2
Formatting Date in java:
There is a predefined format for dealing with dates in java , but suppose if you want the date in some other format other than the default one then you can use the SimpleDateFormat class of the java.text packa
Jojo, Lili, and Bibi is playing game about addition. Of course, addition is not a big problem for those who understand about how simple the addition is. But, they don’t want to add certain numbers, but they want to count how many combination of
Can some one please explain what is done in the following code.
I found it in in Stack overflow. I asked the question in the same web site and got the following reply Stackoverflow isn't meant for the purpose of explaining code . Since I a
Hi Readers,
In this blog i will provide you the Java solution for the famous Tower of Hanoi problem using Stack.
Problem definition
Tower of Hanoi is a mathematical puzzle. It is also known as Tower of Brahma or Locus' Tower. This puzzle
Hello Readers !!
Today we are going to discuss the Facebook integration in the Unity Apps/Games.
Facebook integration is very common things in today apps. Now each and every app has Facebook section in it. So for the success of App now it's ma