ques & Answer
C AND C++ PROGRAMMING INTERVIEW QUESTION AND ANSWER
1. What is the name of the "-->" operator?
2. What are the differences between a pointer variable and a reference variable?
3. What is the difference between #include and #include “filename”?
4. Why is processing a sorted array faster than an unsorted array?
5. Why is one loop so much slower than two loops?
6. Why isn't sizeof for a struct equal to the sum of sizeof of each member?
7. Why in C language is it the case that a[5] = = 5[a]?
8. What does the C ??!??! operator do?
9. What is Digraphs, Trigraphs and Tokens?
10. Why does the indexing of Array start with Zero in C?
11. What is the difference between const int * and int const *?



Click here to learn more about C

Related posts: