why is iostream::eof inside a loop condition considered wrong?


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

Post New Answer

More C++ General Interview Questions

Difference between linked list and array?

3 Answers  


which is the easy way to divide any integer by 2?

2 Answers   Persistent,


Refer to a name of class or function that is defined within a namespace?

0 Answers  


What is size of null class?

6 Answers   HP,


Is ca high or low level language?

0 Answers  






What is an adaptor class or Wrapper class?

1 Answers  


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

0 Answers  


What do you mean by volatile and mutable keywords used in c++?

0 Answers  


What is the sequence of destruction of local objects?

0 Answers  


Explain abstraction.

0 Answers  


Explain the concept of dynamic allocation of memory?

0 Answers  


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

0 Answers  


Categories