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

Post New Answer

More C++ General Interview Questions

What are friend functions?

1 Answers  


I need to find a specific string between two strings how do I do it?

1 Answers   Infosys,


What is the type of this pointer in c++?

0 Answers  


Explain how functions are classified in C++ ?

0 Answers  


How can you tell what shell you are running on unix system?

0 Answers  


How does the copy constructor differ from the assignment operator (=)?

0 Answers  


What is the best way to take screenshots of a window with c++ in windows?

0 Answers  


What are the types of array in c++?

0 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


What are the three types of access specifiers in C++?

1 Answers  


Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.

0 Answers   An-Najah National University,


Which of the following is evaluated first: a) && b) || c) !

0 Answers  


Categories