Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
No Answer is Posted For this Question
Be the First to Post Answer
Define macro.
How can you link a c++ program to c functions?
How is c++ different from java?
How can you quickly find the number of elements stored in a static array?
What is a null object in c++?
What is a "Copy Constructor"?
Can I run c program in turbo c++?
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
How is static data member similar to a global variable?
Have you used MSVC? What do you think of it?
What is a loop? What are different types of loops in c++?
Why do we use setw in c++?