How can we read/write Structures from/to data files?


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

Post New Answer

More C++ General Interview Questions

What is the benefit of encapsulation?

0 Answers  


can anybody please tell me how to write a program in c++,without using semicolon(;)

6 Answers   NIIT,


What is a singleton c++?

0 Answers  


What is meant by reference variable in C++?

1 Answers  


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

0 Answers  






Specify different types of decision control statements?

0 Answers  


What is istream c++?

0 Answers  


Specify some guidelines that should be followed while overloading operators?

0 Answers  


How do I run a program in notepad ++?

0 Answers  


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

0 Answers  


Explain what is oop?

0 Answers  


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

0 Answers  


Categories