Basic and Advance C Question:

Download Job Interview Questions and Answers PDF

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.

Download C Programming Interview Questions And Answers PDF

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