What is #include iostream?


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

Post New Answer

More C++ General Interview Questions

Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


Difference between const char* p and char const* p?

1 Answers  


What is the most powerful coding language?

0 Answers  


Are there any special rules about inlining?

0 Answers  


What c++ is used for?

0 Answers  






Write a program to calculate the BMI of a person using the formula BMI = weight/height2.

2 Answers  


How would you use the functions randomize() and random()?

0 Answers  


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,


Do you know what is overriding?

0 Answers  


What is flush () in c++?

0 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


what are the types of Member Functions?

0 Answers  


Categories