Problem:
Question 1: Write a c+ program that increments an interger to find the minimum and maximum range of a signed short int, unsigned short int, signed int, unsignged int, signed long int, and unsigned long int.
Question 2: Whats the big O of 23n(2n)-3n3?
Question 3: Prove why 15n3*log(n) +16n2 does not have Big O(n3).
Question 4: explain how to get the Big O of 2m2*log(n)+3mn+5m*log(n)+m2n2
Please show yopur all work.