What is the meaning of the following declaration: int *const *const *i?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

Difference between function overloading and function overriding.

0 Answers   Alter,


What is pass by value & reference.

0 Answers   Accenture,


Tell How To Check Whether A Linked List Is Circular ?

1 Answers   IBS, Infosys,


Write a C++ Program to Check Whether a character is Vowel or Consonant.

2 Answers  


How to reverse a string in C++

0 Answers  






There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


What Is Polymorphism in C++ ?

1 Answers   IBS, Impetus, ITC Indian Tobacco Company, Motorola,


What is name mangling/name decoration?

0 Answers   Amazon,


Find the Factorial of a number using a program.

0 Answers   Accenture,


Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


Difference between Call by pointer and by reference.

0 Answers   Adobe,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


Categories