What gives the current position of the put pointer?


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

Post New Answer

More C++ General Interview Questions

What is a Default constructor?

1 Answers  


Can you Mention some Application of C/C++?

0 Answers  


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

0 Answers  


What are the two main components of c++?

0 Answers  


How do I write a c++ program?

0 Answers  






What are the differences between new and malloc?

0 Answers  


Which operator cannot be overloaded c++?

0 Answers  


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

0 Answers   Cankaya University,


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,


Can a program run without main in c++?

0 Answers  


founder of c++

7 Answers   Microtek, TCS, TeleCommand,


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

0 Answers  


Categories