What is maximum limit of using multiple indirection pointer declaration in C?
For example, as given below
int *******a;
What is the maximum limit of using *
operator?
What is maximum limit of using multiple indirection pointer declaration in C?
For example, as given below
int *******a;
What is the maximum limit of using *
operator?