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 is flush c++?

0 Answers  


Which programming language is best to learn first?

0 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3

3 Answers  


What is the maximum combined length of command line arguments including the space between adjacent arguments?

0 Answers  


Can we distribute function templates and class templates in object libraries?

0 Answers  


What is private, public and protected inheritance?

0 Answers  


Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


Explain what you mean by a pointer.

0 Answers   TCS,


What is c++ runtime?

0 Answers  


What is extern c++?

0 Answers  


What is the basic structure of a c++ program?

0 Answers  


Categories