What is the difference between *p++ and (*p)++ ?
No Answer is Posted For this Question
Be the First to Post Answer
i want the NIC programmer-B model papaer pattren, iwant the all model papers?
How many standards of c++ are there?
You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.
How many pointers are required to reverse a link list?
When is a template better solution than a base class??
What is time h in c++?
Explain differences between new() and delete()?
What are mutator methods in c++?
Explain the isa and hasa class relationships. How would you implement each?
How const int *ourpointer differs from int const *ourpointer?
What is a static element?
What is the difference between structure and class?