Solve This (? + ? + ?=30)
If 1111=R, 2222=T, 3333=E, 4444=N Then 5555=?
Guess the Hindi Muhawara from the following whatsapp Emoticons?
Sweet, Medicine, Film, Girl, City, Car, Place, Doggy all are name same, guess which word it is?
A girl is blind, deaf, dumb and uneducated too. A boy loves her. How would he propose without touching her?
Four Question, One Answer: One River Name, One Flower Name, One Film Name, One Actress Name?
Guess me who am I, I am the first on earth, the second in heaven...
Which Indian cricketer is known as "Brown Bradman"?
The philosopher Pythagoras of Samos (c. 570 – c. 495 BCE) believed in transmigration of souls, led a group..............
In which modern country was the Aksumite, or Axumite, Empire, which flourished from about the late first................
For eg. 1,4,6,7,3,1,4,7,3,1,6 (given array)
int OddOccur(int arr[], int ar_size) { int i,out = 0; for (i=0; i < ar_size; i++) { out = out ^ arr[i]; } return out; } main() { int arr[] = { 1,4,6,7,3,1,4,7,3,1,6 }; int n = sizeof(arr)/sizeof(arr[0]); printf("%d", OddOccur(arr, n)); }
In an "N" element integer sorted array, a particular elements is repeating "(N/2)+1" times. How much time it take to find the repeating element.
Given an array of 1s and 0s which has all 1s first followed by all 0s. Find the number of 0s. Count the number of zeroes in the given array.