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 built-in functions? What is the syntax for the definition?

0 Answers  


Is c++ slower than c?

0 Answers  


Explain Text Manipulation Routines?

0 Answers  


What is iterator in c++?

0 Answers  


Give 2 examples of a code optimization?

4 Answers  






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

0 Answers  


Write a program in C++ for Fibonacci series

0 Answers   Axtria, ITC Indian Tobacco Company,


Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  


Is c++ used anymore?

0 Answers  


Distinguish between a # include and #define.

0 Answers  


What is class syntax c++?

0 Answers  


Can c++ be faster than c?

0 Answers  


Categories