a) abs() - math.h
b) atoi() - stdlib.h convert string to integer.
c) open() - open function from file handling? fstream.h
d) frexp() - http://www.cplusplus.com/reference/clibrary/cmath/frexp/
math.h
Stacks and Queues - Push,pop,display in array style and linked-list style implementations.