int* a, b;
What is the data type of variable "b"? 97% of programmers would say it is "int *" or "Integer pointer" but the correct answer is "int" or "Integer" data type.
In this book, we have presented some of the most interesting questions asked in Interviews for C Programming.
Each section starts with a question, followed by detailed thoughts on the question to help you think independently and then, we present the...