⟩ What will be output if you will execute following c code? #include<stdio.h> enum power{ Dalai, Vladimir=3, Barack, Hillary }; void main(){ float leader[Dalai+Hillary]={1.f,2.f,3.f,4.f,5.f}; enum power p=Barack; printf("%0.f",leader[p>>1+1]);
2
2
How to sort 1 million floating point numbers?
Explain binary search?
What is bubble sort algorithm?
Tell me what is quick sort?
How to Inverting a function in Sort And Searching?
Explain Binary representation?
Explain exception filter?
How to search binary in a sorted array?
Explain quick sort?
What is Insertion sort?