Please explain the reference variable in c++?


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

Post New Answer

More C++ General Interview Questions

Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program

1 Answers  


What you know about structures in C++?

0 Answers   Agilent, ZS Associates,


Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


what is data abstraction in C++?

0 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  






write the programme that convert a interger to biniry number

1 Answers   Amazon,


Tell me difference between constant pointer and pointer to a constant.

0 Answers   Honeywell, Zomato,


Difference between linked list and array?

3 Answers  


What are Virtual Functions? How to implement virtual functions in "C" ?

3 Answers  


Can we run c program in turbo c++?

0 Answers  


program in c++ to input digits and print in words

1 Answers   Microsoft,


What is virtual methods?

0 Answers  


Categories