#include //myFile_prinf_cout2.cpp // comparing printf and cout //FILE of C with I/O of C++ // with // reading dynamic block vs preconceived streaming using namespace std; void readfile(char *); int main() { FILE *fp; fpos_t pos; char buffer[100]; char *filename= "Filegetpos1.txt"; fp = fopen(filename, "rb"); if(fp==NULL ) { perror( "Trouble opening file" ); return -1; } cout<<"\n -- session ltd buffer 21-- "<