⟩ What will be output if you will execute following c code? #include<stdio.h> #define var 3 void main(){ char *cricket[var+~0]={"clarke","kallis"}; char *ptr=cricket[1+~0]; printf("%c",*++ptr);
l
l
What is Binary Search Tree and explain its time complexity?
What is Mergesort and Hashtable?
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?