C and C++ programming Interview Questions and Answers
C and C++ programming Interview Questions and Answers. If you are preparing for an interview then here is the collection of most important questions and answers in C and C++. 1. What is a pointer on pointer? Ans: It’s a pointer variable which can hold the address of another pointer variable. Eg- int a=10 , …
C and C++ programming Interview Questions and Answers Read More »