Which of the following is the correct syntax to declare a pointer in C?

Explanation:

In C, a pointer is declared with an asterisk symbol, e.g., int *ptr;

Explore more in Computer Science: