Which format specifier is used for printing a pointer value?


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

Post New Answer

More C++ General Interview Questions

Is there any problem with the following: char *a=NULL; char& p = *a;?

1 Answers  


Can we use this pointer inside static member function?

0 Answers  


What is the header file for setw?

0 Answers  


What is the full form of dos?

0 Answers  


Declare a class vehicle and make it an abstract data type.

0 Answers  


What jobs can you get with a c++ certification?

0 Answers  


Can we use pointers in c++?

0 Answers  


What's the order in which the objects in an array are destructed?

0 Answers  


i want to know how to copy arrary without using any method or function. I have tried the below using System; class e4 { static void Main(string[] args) { int a,b; int[ ] m= new int[5]; int[ ] n= new int[5]; for(a=0;a<=4;a++) { Console.WriteLine("enter any value"); m[a]=Convert.ToInt32(Console.ReadLine()); m[a]=n[a]; } for(b=0;b<=4;b++) { Console.WriteLine(n[b]); } } } but it will give wrong result can anyone solve this problem

1 Answers   Reliance,


Can I uninstall microsoft c++ redistributable?

0 Answers  


When do we run a shell in the unix system? How will you tell which shell you are running?

0 Answers  


How do I get good at c++ programming?

0 Answers  


Categories