Basic and Advance C Question:

Are pointers integers in C?

C Programming Interview Question
C Programming Interview Question

Answer:

No, pointers are not integers.A pointer is an address.It is merely a positive number and not an integer.


Previous QuestionNext Question
What is a method in C?How do you redirect a standard stream?