What is the error in the code below and how should it be corrected?


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

Post New Answer

More C++ General Interview Questions

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  


How can you tell what shell you are running on unix system?

0 Answers  


Define basic type of variable used for a different condition in C++?

0 Answers  


Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


What is array in c++ pdf?

0 Answers  






What does return 0 do in c++?

0 Answers  


What is the size of pointer ? Also size of pointer in 64 bit pointer

4 Answers  


sizeof - is it a function or operator?

6 Answers   Honeywell,


Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.

0 Answers   An-Najah National University,


Is there a datatype string in c++?How is the memory allocation?

3 Answers  


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


Can we make any program in c++ without using any header file and what is the shortest program in c++.

0 Answers   MCN Solutions,


Categories