What are the advantages of using pointers in a program?


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

Post New Answer

More C++ General Interview Questions

What are the benefits of c++?

0 Answers  


What is a class template in c++?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


write a program to add two numbers without using an arithmetic operator.

1 Answers   NIIT,


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,






Write bites in Turbo c++ Header ("Include") Files.

0 Answers  


How to give an alternate name to a namespace?

0 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  


What are the static members and static member functions?

1 Answers  


What is the difference between the indirection operator and the address of oper-ator?

0 Answers  


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


What is the use of ::(scope resolution operator)?

0 Answers  


Categories