C_Pointer_Programming_100_Questions (1)
C_Pointer_Programming_100_Questions (1)
11. Write a function that accepts a pointer to an integer and increments its value.
31. Find the height of a binary tree using recursion and pointers.
35. Write a function to return the maximum of two values using pointers.