CS201 VU Midterm Current Paper (May 2011)
Thursday, May 12, 2011 Posted In .Midterm May 2011 Edit ThisIs comparison possible in pointers? If yes what operators are used, if no justify your answers ?
Briefly explain structure padding?
What is the difference between single and multi dimensional arrays?
Explain the meaning of given C++ statement: const int *ptr = &x;
Write about char str?