What is the output of the following program? Why?


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

Post New Answer

More C++ General Interview Questions

Does c++ have a hash table?

0 Answers  


What is the difference between the functions rand(), random(), srand() and randomize()?

0 Answers  


Explain how functions are classified in 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,


What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  






If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


What is the full form of stl in c++?

0 Answers  


What is while loops?

0 Answers  


What is pointer to array in c++?

0 Answers  


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


Can you please explain the difference between static and dynamic binding of functions?

0 Answers  


Categories