Watch “Amazing Future Generation || Technology Collection” on YouTube
Future Generation is amazing
Future Generation is amazing
This is about how to install andoid operating system in mobile using comuter via usb
How future life and technology will be
C++ Programming Tutorials- In Hindi: http://www.youtube.com/playlist?list=PLLCPT3xuF5zbtRni1_qSH39Qav6aSVnnl
This video will tell how to download latest version android studio and how to install it.
How to track mobile using mobile number or imei number
upcoming Life and technology
Program to delete duplicates from array
Here is an program to delete duplicates from an array. Program will work fine for Sorted as well as Unsorted data array. Here are steps and code(C++) for program.
Algorithm:
i=0 , N=Size of array, arr[N] ;
Step 1: Traverse array from i=0 to N-1 (0 to N-1 programmatically)
Step 2: Check for i+1th to N-1