What\'s the difference between ios::ate and ios:app when writing to a file. In my view, ios::app gives you the ability to move aro
ios::ate
ios:app
ios::app
ios::app--> "We cannot move the pointer. It will be only at end."
ios::ate--> "We can move the record pointer to any other place."